Skip to content

Commit

Permalink
skip failing test suite (#171435)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 8, 2024
1 parent 8c7d22c commit 93c8226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/osquery/cypress/e2e/all/live_query.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/171435
describe.skip('ALL - Live Query', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
cy.login(ServerlessRoleName.SOC_MANAGER);
navigateTo('/app/osquery');
Expand Down

0 comments on commit 93c8226

Please sign in to comment.