-
Notifications
You must be signed in to change notification settings - Fork 221
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
ci: rerun flaky tests #3335
ci: rerun flaky tests #3335
Conversation
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.
Makes sense - seemed to take longer probably because it is retrying flakey tests.
Description --- Use `new_sorted_unchecked` function to keep clippy happy when base_node feature is not active in tari_core. Motivation and Context --- Causing failed CI build (e.g. #3335 ) How Has This Been Tested? --- CI must pass (FFI tests)
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.
Looks fine, though might hide an issue now and then but I guess if it is serious a retry won't fix it.
Description
Try to run cucumber in parallel.
Also added
flaky
tests back with a retry optionMotivation and Context
Attempting to speed up cucumber test run
How Has This Been Tested?