mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#169725)
This commit is contained in:
parent
0947d58c32
commit
81d0b6eb4d
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ import { LIVE_QUERY_EDITOR } from '../../screens/live_query';
|
|||
import { getAdvancedButton } from '../../screens/integrations';
|
||||
import { ServerlessRoleName } from '../../support/roles';
|
||||
|
||||
describe('ALL - Live Query', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/169725
|
||||
describe.skip('ALL - Live Query', { tags: ['@ess', '@serverless'] }, () => {
|
||||
beforeEach(() => {
|
||||
cy.login(ServerlessRoleName.SOC_MANAGER);
|
||||
navigateTo('/app/osquery');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue