mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#207913)
This commit is contained in:
parent
5fdc5279ba
commit
b8d97e35b1
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ import { waitForAlertsToPopulate } from '../../../../../tasks/create_new_rule';
|
|||
|
||||
const DATAVIEW = 'auditbeat-exceptions-*';
|
||||
|
||||
describe(
|
||||
// Failing: See https://github.com/elastic/kibana/issues/207913
|
||||
describe.skip(
|
||||
'Add exception using data views from rule details',
|
||||
{ tags: ['@ess', '@serverless'] },
|
||||
() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue