Skip to content

Commit

Permalink
skip flaky suite (#195458)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 8, 2024
1 parent 93c8226 commit 2bb8c63
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_run.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ import { getAdvancedButton } from '../../screens/integrations';
import { loadSavedQuery, cleanupSavedQuery } from '../../tasks/api_fixtures';
import { ServerlessRoleName } from '../../support/roles';

describe('ALL - Live Query run custom and saved', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/195458
describe.skip('ALL - Live Query run custom and saved', { tags: ['@ess', '@serverless'] }, () => {
let savedQueryId: string;
let savedQueryName: string;

Expand Down

0 comments on commit 2bb8c63

Please sign in to comment.