-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
gradle testNative ignores *IT tests #4881
Comments
Weird... I specifically remember seeing tests being run and failing. Do you have a fix ready or should I take a look at it? |
Nope, it's up for grabs :) BTW have you been able to reproduce it using the steps I mentioned above? |
I'll give it a shot and let you know |
I can see the tests being executed (basically what I did is change the code to make the test fail and it did as expected). |
If you look at #4579, the |
I executed:
If I revert the change to the test I get:
So I am not sure what else to do about this. |
Hm, maybe I got confused because the test was not being shown in the console. I'll close the issue for now. Thanks for checking and sorry about the confusion |
Not a problem at all! The more scrutiny on this better :) |
Describe the bug
When I run
gradle testNative
in a Quarkus Gradle project, theNativeGreetingResourceIT
test is not executed.Expected behavior
IT test is executed
Actual behavior
It is not executed. It does execute if I rename to
NativeGreetingTest
.To Reproduce
Steps to reproduce the behavior:
1.
gradle buildNative --docker-build=true testNative
Additional context
If I rename the test inside the
native-test
directory toNativeGreetingResourceTest
it worksThe text was updated successfully, but these errors were encountered: