Skip to content

Commit

Permalink
skip flaky suite (#126658)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 7, 2022
1 parent ff90bd4 commit 935fcc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional_ccs/apps/discover/_data_view_ccs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 935fcc2

Please sign in to comment.