mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#170521)
This commit is contained in:
parent
df569d08c3
commit
f0ad4dbd3e
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ import {
|
|||
import { closeModalIfVisible, closeToastIfVisible } from '../../tasks/integrations';
|
||||
import { RESULTS_TABLE, RESULTS_TABLE_BUTTON } from '../../screens/live_query';
|
||||
|
||||
describe(
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/170521
|
||||
describe.skip(
|
||||
'Alert Event Details',
|
||||
{
|
||||
tags: ['@ess', '@serverless'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue