mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#197328)
This commit is contained in:
parent
8ffda1a1bf
commit
7000c0a389
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ import { checkActionItemsInResults, loadRuleAlerts } from '../../tasks/live_quer
|
|||
|
||||
const UUID_REGEX = '[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}';
|
||||
|
||||
describe('Alert Flyout Automated Action Results', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/197328
|
||||
describe.skip('Alert Flyout Automated Action Results', () => {
|
||||
let ruleId: string;
|
||||
|
||||
before(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue