mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
skip flaky suite (#218208)
This commit is contained in:
parent
398123d22c
commit
2de9febaca
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ import { checkActionItemsInResults, loadRuleAlerts, navigateToRule } from '../..
|
|||
|
||||
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(
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/218208
|
||||
describe.skip(
|
||||
'Alert Flyout Automated Action Results',
|
||||
{ tags: ['@ess', '@serverless', '@skipInServerlessMKI'] },
|
||||
() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue