-
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
[Cypress] Transaction details tests fix #199391
Conversation
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7365[❌] APM - Cypress: 0/25 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7368[❌] APM - Cypress: 1/25 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7376[❌] APM - Cypress: 0/25 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7377[❌] APM - Cypress: 1/25 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7400[❌] APM - Cypress: 3/25 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7430[❌] APM - Cypress: 1/25 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7431[❌] APM - Cypress: 0/25 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7444[❌] APM - Cypress: 3/25 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7449[❌] APM - Cypress: 3/25 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7451[❌] APM - Cypress: 2/25 tests passed. |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7543[✅] APM - Cypress: 25/25 tests passed. |
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
💚 Build Succeeded
Metrics [docs]
History
|
## Summary This PR re-enables the Transaction details cypress test, which was disabled due to flakiness. The majority of the tests in this file needed an increased timeout to run correctly. However, the 'Show top errors table' test remains disabled, because it will consistently fail in buildkite executing `.contains('a', '[MockError] Foo')`. This is unreproducible locally, and no amount of refactoring or re-configuring seems to affect the outcome. ### Checklist Delete any items that are not applicable to this PR. - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed
## Summary This PR re-enables the Transaction details cypress test, which was disabled due to flakiness. The majority of the tests in this file needed an increased timeout to run correctly. However, the 'Show top errors table' test remains disabled, because it will consistently fail in buildkite executing `.contains('a', '[MockError] Foo')`. This is unreproducible locally, and no amount of refactoring or re-configuring seems to affect the outcome. ### Checklist Delete any items that are not applicable to this PR. - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed
## Summary This PR re-enables the Transaction details cypress test, which was disabled due to flakiness. The majority of the tests in this file needed an increased timeout to run correctly. However, the 'Show top errors table' test remains disabled, because it will consistently fail in buildkite executing `.contains('a', '[MockError] Foo')`. This is unreproducible locally, and no amount of refactoring or re-configuring seems to affect the outcome. ### Checklist Delete any items that are not applicable to this PR. - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed
Summary
This PR re-enables the Transaction details cypress test, which was disabled due to flakiness. The majority of the tests in this file needed an increased timeout to run correctly. However, the 'Show top errors table' test remains disabled, because it will consistently fail in buildkite executing
.contains('a', '[MockError] Foo')
. This is unreproducible locally, and no amount of refactoring or re-configuring seems to affect the outcome.Checklist
Delete any items that are not applicable to this PR.