skip flaky suite (#167175)

This commit is contained in:
Tiago Costa 2023-10-03 16:20:07 +01:00
parent 43a04a4205
commit 2daa9dc3a7
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -193,7 +193,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});
describe('saved search filtering', function () {
// FLAKY: https://github.com/elastic/kibana/issues/167175
describe.skip('saved search filtering', function () {
before(async () => {
await filterBar.ensureFieldEditorModalIsClosed();
await PageObjects.dashboard.gotoDashboardLandingPage();