Skip to content

Commit 256c8cd

Browse files
committed
skip histogram brushing, #86602
1 parent 1e9e040 commit 256c8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/apps/discover/_discover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
110110
});
111111
});
112112

113-
it('should modify the time range when the histogram is brushed', async function () {
113+
it.skip('should modify the time range when the histogram is brushed', async function () {
114114
await PageObjects.timePicker.setDefaultAbsoluteRange();
115115
await PageObjects.discover.brushHistogram();
116116
await PageObjects.discover.waitUntilSearchingHasFinished();

0 commit comments

Comments
 (0)