Skip to content

Commit

Permalink
skip flaky suite (#146223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 5, 2023
1 parent 22e288e commit d44bf0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/group1/_discover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
defaultIndex: 'logstash-*',
};

describe('discover test', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/146223
describe.skip('discover test', function describeIndexTests() {
before(async function () {
log.debug('load kibana index with default index pattern');
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
Expand Down

0 comments on commit d44bf0a

Please sign in to comment.