Skip to content

Commit

Permalink
Merge pull request #29774 from Sgitario/remove_test_extension_it
Browse files Browse the repository at this point in the history
Remove QuarkusTestExtension.class from @QuarkusIntegrationTest
  • Loading branch information
geoand authored Dec 13, 2022
2 parents 6cb8ffa + 9e19835 commit 30f5ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* {@link @QuarkusTest} so the test class structure must take this into account.
*/
@Target(ElementType.TYPE)
@ExtendWith({ DisabledOnIntegrationTestCondition.class, QuarkusTestExtension.class, QuarkusIntegrationTestExtension.class })
@ExtendWith({ DisabledOnIntegrationTestCondition.class, QuarkusIntegrationTestExtension.class })
@Retention(RetentionPolicy.RUNTIME)
public @interface QuarkusIntegrationTest {

Expand Down

0 comments on commit 30f5ad3

Please sign in to comment.