Skip to content

quarkusIntTest not invoking @QuarkusIntegrationTest tests #44274

Open

Description

Describe the bug

  1. I generate project at https://code.quarkus.io/ with quarkus-rest with Gradle with Kotlin DSL and Started Code generated
  2. In generated GreetingResourceTest.java I change expected status code from 200 to 201
  3. ./gradlew quarkusIntTest -x test is successful (unexpected)
  4. ./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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions