skip flaky suite (#124986)

This commit is contained in:
Tiago Costa 2022-02-09 02:44:06 +00:00
parent 8c822e7b29
commit a4cf285a0d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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 () => {