-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow larger difference in index threshold jest test #72506
Conversation
💚 Build SucceededBuild metrics
To update your PR or re-run it, just comment with: |
@pmuellr I believe this is the fix you had in mind? |
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; run this through flakey test runner?
The runner unfortunately doesn't support running jest tests yet :( |
* Allow large difference in index threshold jest test * Fix variable name
Fixes #68040
In this PR, I modified the index threshold jest test to extend the precision range (allow a larger difference).