Skip to content

Commit aea910e

Browse files
committed
Flaky test
1 parent e433bfe commit aea910e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/test/alerting_api_integration/security_and_spaces/group4/tests/alerting

x-pack/test/alerting_api_integration/security_and_spaces/group4/tests/alerting/alerts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ instanceStateValue: true
17111711
reference
17121712
);
17131713
// @ts-expect-error doesnt handle total: number
1714-
expect(searchResult.body.hits.total.value).to.eql(1);
1714+
expect(searchResult.body.hits.total.value).to.be.greaterThan(0);
17151715
expectExpect(
17161716
// @ts-expect-error _source: unknown
17171717
JSON.parse(searchResult.body.hits.hits[0]._source.params.message)

0 commit comments

Comments
 (0)