From 350bb22b8815dc287442cc808560d7ba03c1c3ab Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Mon, 24 Apr 2023 18:34:33 +0100 Subject: [PATCH] Re-enable tests which have been fixed by https://github.com/quarkusio/quarkus/pull/30383 --- .../java/io/quarkiverse/pact/it/DevModeContractTestIT.java | 3 --- .../java/io/quarkiverse/pact/it/DevModeContractTestIT.java | 3 --- 2 files changed, 6 deletions(-) diff --git a/cross-extension-integration-tests/src/test/java/io/quarkiverse/pact/it/DevModeContractTestIT.java b/cross-extension-integration-tests/src/test/java/io/quarkiverse/pact/it/DevModeContractTestIT.java index e10307d..559f14b 100644 --- a/cross-extension-integration-tests/src/test/java/io/quarkiverse/pact/it/DevModeContractTestIT.java +++ b/cross-extension-integration-tests/src/test/java/io/quarkiverse/pact/it/DevModeContractTestIT.java @@ -8,7 +8,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; @@ -26,8 +25,6 @@ * mvn install -Dit.test=DevMojoIT#methodName */ @DisabledIfSystemProperty(named = "quarkus.test.native", matches = "true") -// See https://github.com/quarkiverse/quarkus-pact/issues/28; for dev mode tests, the extension scope cannot be test -@Disabled public class DevModeContractTestIT extends RunAndCheckMojoTestBase { protected void runAndCheck(String... options) throws MavenInvocationException, FileNotFoundException { diff --git a/quarkus-pact-provider/integration-tests/src/test/java/io/quarkiverse/pact/it/DevModeContractTestIT.java b/quarkus-pact-provider/integration-tests/src/test/java/io/quarkiverse/pact/it/DevModeContractTestIT.java index b0902ff..aa1ed90 100644 --- a/quarkus-pact-provider/integration-tests/src/test/java/io/quarkiverse/pact/it/DevModeContractTestIT.java +++ b/quarkus-pact-provider/integration-tests/src/test/java/io/quarkiverse/pact/it/DevModeContractTestIT.java @@ -8,7 +8,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; @@ -26,8 +25,6 @@ * mvn install -Dit.test=DevMojoIT#methodName */ @DisabledIfSystemProperty(named = "quarkus.test.native", matches = "true") -// See https://github.com/quarkiverse/quarkus-pact/issues/28; for dev mode tests, the extension scope cannot be test -@Disabled public class DevModeContractTestIT extends RunAndCheckMojoTestBase { protected void runAndCheck(String... options) throws MavenInvocationException, FileNotFoundException {