mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test
This commit is contained in:
parent
7889940c93
commit
73c6be0865
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
expect(actualTimeString).to.be('September 20th 2015, 00:00:00.000 to September 20th 2015, 03:00:00.000');
|
||||
});
|
||||
|
||||
it('should modify the time range when the histogram is brushed', async function () {
|
||||
// FAILING: https://github.com/elastic/kibana/issues/38361
|
||||
it.skip('should modify the time range when the histogram is brushed', async function () {
|
||||
await PageObjects.header.setAbsoluteRange(fromTime, toTime);
|
||||
await PageObjects.visualize.waitForVisualization();
|
||||
await PageObjects.discover.brushHistogram(0, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue