-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Synthetics] Fix flaky test #230625
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
[Synthetics] Fix flaky test #230625
Conversation
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#9033[❌] x-pack/solutions/observability/test/api_integration_deployment_agnostic/feature_flag_configs/stateful/oblt.stateful.config.ts: 0/25 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#9034[❌] x-pack/solutions/observability/test/api_integration_deployment_agnostic/feature_flag_configs/stateful/oblt.stateful.config.ts: 0/25 tests passed. |
|
The flaky test runner is failing with the following message: It doesn't seem related to changes in this PR. |
|
/ci |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
This PR closes #230588
It addresses a flaky test issue caused by leftover data from previous test runs. The fix ensures the alert action index is empty before each test, preventing interference and ensuring consistent results.