Skip to content

Commit

Permalink
skip bulk action test for legacy actions migration upon disabling rul…
Browse files Browse the repository at this point in the history
…es and migrate actions
  • Loading branch information
maximpn committed Nov 6, 2024
1 parent 3a3d0c1 commit b5f1d4c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ export default ({ getService }: FtrProviderContext): void => {
await waitForRuleSuccess({ id: rule.id, supertest, log });
});

it('should disable rules and migrate actions', async () => {
// Flaky test see https://github.com/elastic/kibana/issues/196462
// Flakiness reproduced in 8.16 only.
it.skip('should disable rules and migrate actions', async () => {
const ruleId = 'ruleId';
const [connector, rule] = await Promise.all([
supertest
Expand Down

0 comments on commit b5f1d4c

Please sign in to comment.