Skip to content

Commit

Permalink
skip flaky suite (#97864)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 21, 2021
1 parent 58d4334 commit c60411e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_runtime_fields_editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await fieldEditor.save();
};

describe('discover integration with runtime fields editor', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/97864
describe.skip('discover integration with runtime fields editor', function describeIndexTests() {
before(async function () {
await esArchiver.load('discover');
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit c60411e

Please sign in to comment.