mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#168743)
This commit is contained in:
parent
c1098b58b1
commit
d5c8067451
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,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(
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/168743
|
||||
describe.skip(
|
||||
'Alert Flyout Automated Action Results',
|
||||
{
|
||||
tags: ['@ess', '@serverless'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue