skip flaky suite (#169888)

This commit is contained in:
Tiago Costa 2023-10-31 19:08:57 +00:00
parent fce380dadb
commit 041961fc82
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -18,7 +18,8 @@ import { LIVE_QUERY_EDITOR } from '../../screens/live_query';
import { loadPack, cleanupPack, cleanupCase, loadCase } from '../../tasks/api_fixtures';
import { ServerlessRoleName } from '../../support/roles';
describe('ALL - Live Query Packs', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/169888
describe.skip('ALL - Live Query Packs', { tags: ['@ess', '@serverless'] }, () => {
let packName: string;
let packId: string;
let caseId: string;