From 935fcc2d3a8ab00bcb1bbc774dcbb79af641bc82 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 7 Mar 2022 17:50:58 +0000 Subject: [PATCH] skip flaky suite (#126658) --- test/functional_ccs/apps/discover/_data_view_ccs.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/functional_ccs/apps/discover/_data_view_ccs.ts b/test/functional_ccs/apps/discover/_data_view_ccs.ts index 91d9cb2faf6816..5a04e0e2a7532b 100644 --- a/test/functional_ccs/apps/discover/_data_view_ccs.ts +++ b/test/functional_ccs/apps/discover/_data_view_ccs.ts @@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { await testSubjects.click('saveIndexPatternButton'); }; - describe('discover integration with data view editor', function describeIndexTests() { + // FLAKY: https://github.com/elastic/kibana/issues/126658 + describe.skip('discover integration with data view editor', function describeIndexTests() { before(async function () { await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']); await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');