Skip to content

Commit

Permalink
[Discover] Re-introduce saved_searches test (#126059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic authored Feb 21, 2022
1 parent b395e53 commit 6c975ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x-pack/test/functional/apps/discover/saved_searches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.timePicker.setAbsoluteRange(fromTime, toTime);
};

// Failing: See https://github.com/elastic/kibana/issues/104578
// FLAKY: https://github.com/elastic/kibana/issues/114002
describe.skip('Discover Saved Searches', () => {
describe('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 6c975ee

Please sign in to comment.