Skip to content

Commit

Permalink
Disable graphql-client quickstart tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Jan 7, 2025
1 parent 9d681f9 commit d846cea
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
@@ -1,8 +1,10 @@
package org.acme.microprofile.graphql.client;

import io.quarkus.test.junit.QuarkusIntegrationTest;
import org.junit.jupiter.api.Disabled;

@QuarkusIntegrationTest
@Disabled("Blocked by https://github.com/quarkusio/quarkus/issues/45334")
public class GraphQLClientIT extends GraphQLClientTest {

}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.acme.microprofile.graphql.client;

import io.quarkus.test.junit.QuarkusTest;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.util.List;
Expand All @@ -9,6 +10,7 @@
import static org.junit.jupiter.api.Assertions.assertTrue;

@QuarkusTest
@Disabled("Blocked by https://github.com/quarkusio/quarkus/issues/45334")
public class GraphQLClientTest {

@Test
Expand Down

0 comments on commit d846cea

Please sign in to comment.