-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Cases] Unskip flaky tests #178370
[Cases] Unskip flaky tests #178370
Conversation
Pinging @elastic/response-ops-cases (Feature:Cases) |
Pinging @elastic/response-ops (Team:ResponseOps) |
@@ -149,8 +149,7 @@ const waitForFormToRender = async (renderer: Screen) => { | |||
}); | |||
}; | |||
|
|||
// Failing: See https://github.com/elastic/kibana/issues/146394 | |||
describe.skip('Create case', () => { | |||
describe('Create case', () => { |
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.
This test was skipped for a long time and was not updated after latest custom fields feature update.
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 🤞!
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: |
Summary
This PR unskip below flaky tests to confirm the fix made in #177798
Fixes #174682
Fixes #176336
Fixes #177334
Fixes #171600
Fixes #171601
Fixes #177791
Fixes #177792
Fixes #177793
Fixes #177794
Fixes #177795
Fixes #177796
Fixes #171605
Fixes #171606
Fixes #171607
Fixes #171608
Fixes #178119
Fixes #174525
Fixes #174526
Fixes #174527
Fixes #174528
Fixes #146394
Fixes #176805
Fixes #175112
Fixes #176671
Fixes #176672
Fixes #175841
Fixes #174667
Fixes #174384
Fixes #175310
Checklist