We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c108e7 commit db6de51Copy full SHA for db6de51
client-v2/src/test/java/com/clickhouse/client/HttpTransportTests.java
@@ -911,7 +911,7 @@ public void testBearerTokenAuth() throws Exception {
911
}
912
913
914
- @Test
+ @Test(groups = { "integration" })
915
public void testJWTWithCloud() throws Exception {
916
String jwt = System.getenv("CLIENT_JWT");
917
try (Client client = newClient().useBearerTokenAuth(jwt).build()) {
0 commit comments