Skip to content

Commit

Permalink
Re-enable dev mode tests for consumer
Browse files Browse the repository at this point in the history
With the classloading changes in Quarkus 3, it looks like neither quarkusio/quarkus#30238 nor quarkusio/quarkus#30383 are needed (at least for the consumer tests, in the current state).
  • Loading branch information
holly-cummins committed Feb 10, 2023
1 parent 8064fc2 commit 214abd0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import org.apache.maven.shared.invoker.MavenInvocationException;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;

Expand All @@ -29,7 +28,6 @@
* mvn install -Dit.test=DevMojoIT#methodName
*/
@DisabledIfSystemProperty(named = "quarkus.test.native", matches = "true")
@Disabled
public class DevModeContractTestIT extends RunAndCheckMojoTestBase {

protected void runAndCheck(boolean performCompile, String... options)
Expand Down

0 comments on commit 214abd0

Please sign in to comment.