Skip to content

Commit db6de51

Browse files
committed
enabled test
1 parent 8c108e7 commit db6de51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-v2/src/test/java/com/clickhouse/client/HttpTransportTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ public void testBearerTokenAuth() throws Exception {
911911
}
912912
}
913913

914-
@Test
914+
@Test(groups = { "integration" })
915915
public void testJWTWithCloud() throws Exception {
916916
String jwt = System.getenv("CLIENT_JWT");
917917
try (Client client = newClient().useBearerTokenAuth(jwt).build()) {

0 commit comments

Comments
 (0)