Skip to content

Commit

Permalink
skip failing test suite (elastic#124990)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Feb 8, 2022
1 parent 94fbacc commit 1f3b7f4
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 @@ -36,7 +36,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await queryBar.setQuery('response:200');
};

describe('saved queries saved objects', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/124990
describe.skip('saved queries saved objects', function describeIndexTests() {
before(async function () {
log.debug('load kibana index with default index pattern');
await kibanaServer.savedObjects.clean({ types: ['search', 'index-pattern'] });
Expand Down

0 comments on commit 1f3b7f4

Please sign in to comment.