mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip flaky suite (#124986)
This commit is contained in:
parent
86cbc2833c
commit
0a8dde3d43
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('saved query management component functionality', function () {
|
// FLAKY: https://github.com/elastic/kibana/issues/124986
|
||||||
|
describe.skip('saved query management component functionality', function () {
|
||||||
before(async () => await setUpQueriesWithFilters());
|
before(async () => await setUpQueriesWithFilters());
|
||||||
|
|
||||||
it('should show the saved query management component when there are no saved queries', async () => {
|
it('should show the saved query management component when there are no saved queries', async () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue