Skip to content

Commit

Permalink
skip flaky suite (elastic#124986)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 14, 2022
1 parent 6eaaebc commit 61274ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_saved_queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('saved query management component functionality', function () {
// FLAKY: https://github.com/elastic/kibana/issues/124986
describe.skip('saved query management component functionality', function () {
before(async () => await setUpQueriesWithFilters());

it('should show the saved query management component when there are no saved queries', async () => {
Expand Down

0 comments on commit 61274ee

Please sign in to comment.