-
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
[Data Views] Unskip data view field editor Serverless tests #166408
[Data Views] Unskip data view field editor Serverless tests #166408
Conversation
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
method: 'POST', | ||
body: { user: 'matt', message: 20 }, | ||
}, | ||
// TODO: Extend timeout in Serverless |
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.
// TODO: Extend timeout in Serverless | |
// Extend timeout in Serverless |
before(async () => { | ||
// TODO: Serverless tests require login first |
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.
// TODO: Serverless tests require login first | |
// Serverless tests require login first |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @davismcphee |
Summary
This PR unskips the data view field editor Serverless tests. I ran 100x flaky test runs against each project type to confirm they should no longer be flaky.
Flaky test runs:
.only
): https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3112Resolves #165384.
Checklist
For maintainers