Skip to content

Commit

Permalink
Disable GraphQLClientUsingOidcClientTest
Browse files Browse the repository at this point in the history
Related to quarkusio#36469
  • Loading branch information
gsmet authored and holly-cummins committed Feb 8, 2024
1 parent fe2b0d2 commit dfca3d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import static org.hamcrest.Matchers.equalTo;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

Expand All @@ -11,6 +12,7 @@
import io.restassured.RestAssured;

@QuarkusTestResource(KeycloakTestResourceLifecycleManager.class)
@Disabled
public class GraphQLClientUsingOidcClientTest {

private static final Class<?>[] testClasses = {
Expand Down

0 comments on commit dfca3d8

Please sign in to comment.