mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#167175)
This commit is contained in:
parent
43a04a4205
commit
2daa9dc3a7
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue