mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#169888)
This commit is contained in:
parent
fce380dadb
commit
041961fc82
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue