Skip to content

Commit

Permalink
chore: Disable query with [] test for now #1766
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Feb 15, 2024
1 parent 24b14a3 commit d50ad08
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import au.com.dius.pact.core.model.annotations.Pact;
import org.apache.hc.client5.http.fluent.Request;
import org.apache.hc.core5.http.ClassicHttpResponse;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;

Expand All @@ -17,6 +18,7 @@

@ExtendWith(PactConsumerTestExt.class)
@PactTestFor(providerName = "QueryWithSquareBrackets", pactVersion = PactSpecVersion.V2)
@Disabled
public class QueryWithSquareBracketsTest {

@Pact(consumer="test_consumer")
Expand Down

0 comments on commit d50ad08

Please sign in to comment.