skip failing test suite (#180853)

This commit is contained in:
Kibana Machine 2024-06-30 03:04:29 +10:00
parent a6d3169e20
commit 0685f2b3c9

View file

@ -11,7 +11,8 @@ import { loadRule, cleanupRule } from '../../tasks/api_fixtures';
import { ServerlessRoleName } from '../../support/roles';
import { closeAlertsStepTourIfVisible } from '../../tasks/integrations';
describe('Alert Test', { tags: ['@ess'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/180853
describe.skip('Alert Test', { tags: ['@ess'] }, () => {
let ruleName: string;
let ruleId: string;