mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#124986)
This commit is contained in:
parent
8c822e7b29
commit
a4cf285a0d
1 changed files with 2 additions and 1 deletions
|
@ -98,7 +98,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());
|
||||
|
||||
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