-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
test: replace jre matching check with JUnit annotation #3704
test: replace jre matching check with JUnit annotation #3704
Conversation
Cool! |
I'm facing a problem in |
thanks for the update.
Seems we can simply change this assertion. |
Hi, |
Hello. I think CI is green because now in |
If the test is green afterwards perfect solution, but changing the assertion is fine for me as well.
This seems strange but debugging junit5 is not a nice task. I wouldn't prefer not to look into it. |
Thanks a lot @Artamm LGTM @MartinWitt OK to merge? |
Yes! Works perfect, nice work @Artamm ! |
Very nice contribution @Artamm ! |
(Close #3682)
Some methods in test cases are replaced with annotations. In
VariableTest
class the annotation is also added on tests that use methods "since jdk_version".