Skip to content

Commit

Permalink
Disable Pact tests due to upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Mar 12, 2024
1 parent a3e7d31 commit fe8aa64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import java.util.HashMap;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
Expand All @@ -18,6 +19,7 @@
import au.com.dius.pact.core.model.V4Pact;
import au.com.dius.pact.core.model.annotations.Pact;

@Disabled("https://github.com/quarkiverse/quarkus-pact/issues/191")
@QuarkusTest
@Tag("QUARKUS-1024")
@ExtendWith(PactConsumerTestExt.class)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package io.quarkus.ts.http.pact;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.TestTemplate;
import org.junit.jupiter.api.extension.ExtendWith;
Expand All @@ -14,6 +15,7 @@
import au.com.dius.pact.provider.junitsupport.Provider;
import au.com.dius.pact.provider.junitsupport.loader.PactFolder;

@Disabled("https://github.com/quarkiverse/quarkus-pact/issues/191")
@QuarkusTest
@Tag("QUARKUS-1024")
@Provider("TheProvider")
Expand Down

0 comments on commit fe8aa64

Please sign in to comment.