You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-bigquery/google-cloud-bigquery-jdbc/bigquery-external-jdbc-tests/src/test/java/com/google/cloud/bigquery/jdbc/javatests/authentication/ITJdbcAuthenticationTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ public void testConnectOAuthPvtKeyAsJson() throws Exception {
118
118
validateConnectionUri(connectionUri);
119
119
}
120
120
121
-
@Disabled("Disabled until p12 file can be supplied")
121
+
@org.junit.Ignore("Disabled until p12 file can be supplied")
0 commit comments