-
Notifications
You must be signed in to change notification settings - Fork 113
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
feat: remove useless vanilla test #975
feat: remove useless vanilla test #975
Conversation
will look at this. thanks! |
Signed-off-by: SuZhou-Joe <[email protected]>
1a464d6
to
d1533f8
Compare
Hi @kavilla @tianleh @seraphjiang , we are running a campaign to reduce flaky test in FTRepo. Do you think it's safe that we skip the vanilla test? |
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.
From my POV, these don't get executing in our CI or release testing.
Signed-off-by: SuZhou-Joe <[email protected]>
nonblocking: please remove the reference here as well $ yarn cypress:run-without-security --spec "cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js" |
Signed-off-by: SuZhou-Joe <[email protected]>
* feat: skip flaky test Signed-off-by: SuZhou-Joe <[email protected]> * feat: remove useless test case Signed-off-by: SuZhou-Joe <[email protected]> * feat: remove useless reference Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: SuZhou-Joe <[email protected]> (cherry picked from commit 1fa3e2b)
* feat: skip flaky test Signed-off-by: SuZhou-Joe <[email protected]> * feat: remove useless test case Signed-off-by: SuZhou-Joe <[email protected]> * feat: remove useless reference Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: SuZhou-Joe <[email protected]> (cherry picked from commit 1fa3e2b) Co-authored-by: SuZhou-Joe <[email protected]>
Description
cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/dashboard_filtering_spec.js
test is not needed and it is never run on OSS release process. As it is flaky and keeps failing normal PR workflow actions, we decide to remove this spec.More context: #961 (comment)
Issues Resolved
#961
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.