skip flaky suite (#114002)

This commit is contained in:
Tiago Costa 2021-10-25 13:59:07 +01:00
parent 61ea89ff7d
commit 35aab9e164
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -31,6 +31,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
};
// Failing: See https://github.com/elastic/kibana/issues/104578
// FLAKY: https://github.com/elastic/kibana/issues/114002
describe.skip('Discover Saved Searches', () => {
before('initialize tests', async () => {
await esArchiver.load('x-pack/test/functional/es_archives/reporting/ecommerce');