Open
Description
Describe the bug
- I generate project at https://code.quarkus.io/ with quarkus-rest with Gradle with Kotlin DSL and Started Code generated
- In generated GreetingResourceTest.java I change expected status code from 200 to 201
- ./gradlew quarkusIntTest -x test is successful (unexpected)
- ./gradlew test is failing (expected)
Expected behavior
./gradlew quarkusIntTest -x test would fail
Actual behavior
./gradlew quarkusIntTest -x test is successful
How to Reproduce?
No response
Output of uname -a
or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment