mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#169727)
This commit is contained in:
parent
b0f8c5bcf0
commit
537f121c7d
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('Alert Flyout Automated Action Results', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/169727
|
||||
describe.skip('Alert Flyout Automated Action Results', () => {
|
||||
let ruleId: string;
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue