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 eaef7a1
Showing 1 changed file with 2 additions and 0 deletions.
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 eaef7a1

Please sign in to comment.