Skip to content

Commit c2eb847

Browse files
committed
Merge branch 'ns/move-ext-tests-jdbc' of github.com:googleapis/google-cloud-java into ns/move-ext-tests-jdbc
2 parents cb055df + 4562e9e commit c2eb847

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/javatests/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/javatests/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)