Skip to content

Commit

Permalink
skip flaky suite. #104578
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 26, 2021
1 parent 0a30434 commit d27c723
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 @@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const panelActionsTimeRange = getService('dashboardPanelTimeRange');
const ecommerceSOPath = 'x-pack/test/functional/fixtures/kbn_archiver/reporting/ecommerce.json';

describe('Discover Saved Searches', () => {
// FLAKY 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(ecommerceSOPath);
Expand Down

0 comments on commit d27c723

Please sign in to comment.