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