skip histogram brushing, #86602

This commit is contained in:
Jonathan Budzenski 2020-12-21 11:26:35 -06:00
parent 1e9e0400a0
commit 256c8cdffb

View file

@ -110,7 +110,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});
it('should modify the time range when the histogram is brushed', async function () {
it.skip('should modify the time range when the histogram is brushed', async function () {
await PageObjects.timePicker.setDefaultAbsoluteRange();
await PageObjects.discover.brushHistogram();
await PageObjects.discover.waitUntilSearchingHasFinished();