Skip to content

Commit

Permalink
Fix flaky connector adapters test (elastic#198396)
Browse files Browse the repository at this point in the history
Resolves elastic#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

(cherry picked from commit 14fa363)
  • Loading branch information
mikecote committed Oct 31, 2024
1 parent 1f6547b commit deb3c28
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 deb3c28

Please sign in to comment.