skip flaky suite (#94532)

This commit is contained in:
Tiago Costa 2021-03-29 13:20:47 +01:00
parent 5e8f26e2d8
commit 9b5469d9e8
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -22,7 +22,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const browser = getService('browser');
describe('discover histogram', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/94532
describe.skip('discover histogram', function describeIndexTests() {
before(async () => {
await esArchiver.loadIfNeeded('logstash_functional');
await esArchiver.load('long_window_logstash');