Skip to content

Commit

Permalink
skip failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 7, 2019
1 parent 7889940 commit 73c6be0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_discover.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 73c6be0

Please sign in to comment.