Skip to content

Commit

Permalink
skip failing test suite (elastic#182439)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and yuliacech committed May 3, 2024
1 parent 336fc1f commit 6c5221b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { clickAddElasticRulesButton } from '../../../../tasks/prebuilt_rules';
import { visitRulesManagementTable } from '../../../../tasks/rules_management';
import { deleteAlertsAndRules } from '../../../../tasks/api_calls/common';

describe(
// Failing: See https://github.com/elastic/kibana/issues/182439
describe.skip(
'Detection rules, Prebuilt Rules Installation and Update workflow',
{ tags: ['@ess', '@serverless'] },
() => {
Expand Down

0 comments on commit 6c5221b

Please sign in to comment.