Skip to content

Commit

Permalink
Re-enable tests which have been fixed by quarkusio/quarkus#30383
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Apr 24, 2023
1 parent 3ffd06c commit 350bb22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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 {
Expand Down

0 comments on commit 350bb22

Please sign in to comment.