skip flaky suite (#118432)

This commit is contained in:
Tiago Costa 2022-02-10 02:38:35 +00:00
parent b285077751
commit 83e404c6f3
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -58,7 +58,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await esArchiver.unload('test/functional/fixtures/es_archiver/logstash_functional');
});
describe(`when it's false`, () => {
// FLAKY: https://github.com/elastic/kibana/issues/118432
describe.skip(`when it's false`, () => {
beforeEach(async () => await initSearchOnPageLoad(false));
it('should not fetch data from ES initially', async function () {