Skip to content

Commit

Permalink
Fix flaky connector adapters test (#198396)
Browse files Browse the repository at this point in the history
Resolves #198388

In this PR, I'm increasing the rule frequency to avoid rule actions
running multiple times when asserting for the action to only have ran
once.

Flaky test runner:
-
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7307
  • Loading branch information
mikecote authored Oct 31, 2024
1 parent 1e7bb1e commit 14fa363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,7 @@ instanceStateValue: true
*/
const response = await alertUtils.createAlwaysFiringSystemAction({
reference,
overwrites: { schedule: { interval: '1s' } },
overwrites: { schedule: { interval: '1m' } },
});

expect(response.status).to.eql(200);
Expand Down

0 comments on commit 14fa363

Please sign in to comment.