From 256c8cdffb17f6030b657f18189b20e857a1dcf4 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Mon, 21 Dec 2020 11:26:35 -0600 Subject: [PATCH] skip histogram brushing, #86602 --- test/functional/apps/discover/_discover.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/apps/discover/_discover.ts b/test/functional/apps/discover/_discover.ts index e52c33078029..1b333c377f77 100644 --- a/test/functional/apps/discover/_discover.ts +++ b/test/functional/apps/discover/_discover.ts @@ -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();