mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#180853)
This commit is contained in:
parent
a6d3169e20
commit
0685f2b3c9
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue