Skip to content

Commit

Permalink
skip flaky suite (#104578)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Oct 6, 2021
1 parent f7637a9 commit 8350209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/discover/saved_searches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.timePicker.setAbsoluteRange(fromTime, toTime);
};

describe('Discover Saved Searches', () => {
// Failing: See https://github.com/elastic/kibana/issues/104578
describe.skip('Discover Saved Searches', () => {
before('initialize tests', async () => {
await esArchiver.load('x-pack/test/functional/es_archives/reporting/ecommerce');
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
Expand Down

0 comments on commit 8350209

Please sign in to comment.