skip flaky suite (#169725)

This commit is contained in:
Tiago Costa 2023-10-25 04:48:43 +01:00
parent 0947d58c32
commit 81d0b6eb4d
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 { 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');