Skip to content

Commit 4562e9e

Browse files
Update java-bigquery/google-cloud-bigquery-jdbc/bigquery-external-jdbc-tests/src/test/java/com/google/cloud/bigquery/jdbc/testsuite/authentication/ITJdbcAuthenticationTest.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 2ccc61c commit 4562e9e

File tree

1 file changed

+1
-1
lines changed
  • java-bigquery/google-cloud-bigquery-jdbc/bigquery-external-jdbc-tests/src/test/java/com/google/cloud/bigquery/jdbc/testsuite/authentication

1 file changed

+1
-1
lines changed

java-bigquery/google-cloud-bigquery-jdbc/bigquery-external-jdbc-tests/src/test/java/com/google/cloud/bigquery/jdbc/testsuite/authentication/ITJdbcAuthenticationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public void testConnectOAuthPvtKeyAsJson() throws Exception {
118118
validateConnectionUri(connectionUri);
119119
}
120120

121-
@Disabled("Disabled until p12 file can be supplied")
121+
@org.junit.Ignore("Disabled until p12 file can be supplied")
122122
@Test
123123
public void testConnectOAuthPvtKeyP12() throws Exception {
124124
final JsonObject authJson = getAuthJson();

0 commit comments

Comments
 (0)