mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#189023)
This commit is contained in:
parent
2bb6b00206
commit
4f490d1f00
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
});
|
||||
|
||||
describe('saved query management component functionality', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/189023
|
||||
describe.skip('saved query management component functionality', function () {
|
||||
before(async () => {
|
||||
await PageObjects.dashboard.gotoDashboardLandingPage();
|
||||
await PageObjects.dashboard.clickNewDashboard();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue