Flaky Test Splitting Ideas and Issues #682
tateexon
started this conversation in
Enhancements
Replies: 2 comments 2 replies
-
go test regex does not support look ahead and look behind so we can't just tack Flaky onto test names that we want to be flaky sadly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Another solution is to provide a custom flag like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Flaky Test Splitting Ideas and Issues
Goals
Run Non-Flaky tests in one job
Run Flaky tests in another job
Build Flags
testing.Short
Environment Variables
Custom Skip Function + Test Run Parsing
Beta Was this translation helpful? Give feedback.
All reactions