Skip to content

Commit

Permalink
skip flaky suite (#180853)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 16, 2024
1 parent 5c1e47c commit 33b1128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/osquery/cypress/e2e/roles/alert_test.cy.ts
Expand Up @@ -10,7 +10,8 @@ import { checkResults, clickRuleName, submitQuery } from '../../tasks/live_query
import { loadRule, cleanupRule } from '../../tasks/api_fixtures';
import { ServerlessRoleName } from '../../support/roles';

describe('Alert Test', { tags: ['@ess'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/180853
describe.skip('Alert Test', { tags: ['@ess'] }, () => {
let ruleName: string;
let ruleId: string;

Expand Down

0 comments on commit 33b1128

Please sign in to comment.