mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#211959)
This commit is contained in:
parent
fc920f332c
commit
2deb11215f
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ import { openRuleManagementPageViaBreadcrumbs } from '../../../../tasks/rules_ma
|
|||
import { CREATE_RULE_URL } from '../../../../urls/navigation';
|
||||
|
||||
// TODO: https://github.com/elastic/kibana/issues/161539
|
||||
describe(
|
||||
// Failing: See https://github.com/elastic/kibana/issues/211959
|
||||
describe.skip(
|
||||
'Rule actions during detection rule creation',
|
||||
{ tags: ['@ess', '@serverless', '@skipInServerless'] },
|
||||
() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue