-
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
[lens] fix flaky functional test #67175
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
ad4611c
to
02a9ef0
Compare
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 definitely fixes the flakiness, but I don't like that we haven't found the actual cause of the flakiness. Could it be that the .save()
call is causing some kind of refresh that takes longer than the timeout? It seems like the rest of these tests involving saving are not affected.
I'm approving because this is an improvement over skipped tests, but if you choose to merge it then I'd appreciate a followup issue.
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
8 similar comments
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Summary
Fixes #66779
Reverts the unstable test introduced along with datatable filtering. As the whole functional suite was commented, I prefer firstly to merge the stable test suite.
I tried to reproduce the failure on cloud staging environment and locally, running test multiple times - with no success.