mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suites (#180851,#180852)
This commit is contained in:
parent
1536a4e607
commit
b450467b09
2 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,8 @@ import {
|
|||
} from '../../tasks/integrations';
|
||||
import { RESULTS_TABLE, RESULTS_TABLE_BUTTON } from '../../screens/live_query';
|
||||
|
||||
describe(
|
||||
// Failing: See https://github.com/elastic/kibana/issues/180852
|
||||
describe.skip(
|
||||
'Alert Event Details',
|
||||
{
|
||||
tags: ['@ess', '@serverless'],
|
||||
|
|
|
@ -16,7 +16,8 @@ import {
|
|||
import { OSQUERY_FLYOUT_BODY_EDITOR } from '../../screens/live_query';
|
||||
import { closeAlertsStepTourIfVisible } from '../../tasks/integrations';
|
||||
|
||||
describe(
|
||||
// Failing: See https://github.com/elastic/kibana/issues/180851
|
||||
describe.skip(
|
||||
'Alert Event Details - dynamic params',
|
||||
{
|
||||
tags: ['@ess', '@serverless'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue