-
Notifications
You must be signed in to change notification settings - Fork 14k
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
KAFKA-17767 Automatically quarantine new tests [5/n] #17725
base: trunk
Are you sure you want to change the base?
Conversation
I am not 100% happy with the execution condition as a means to skip/run quarantined tests. The current approach results in a lot of SKIPPED tests which is not ideal. I have opened a discussion thread junit-team/junit5#4121 to solicit ideas from the JUnit community. |
@@ -564,7 +569,6 @@ subprojects { | |||
|
|||
useJUnitPlatform { | |||
includeEngines 'junit-jupiter' | |||
includeTags 'flaky' |
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.
In order to selective include newly added test, we can't filter anything at this point.
This patch pulls things together to automatically quarantine recently added tests. Changes include