Skip to content

Commit 0b7209a

Browse files
fix: enable java-bigqueryconnect ITSystemTest (#9089)
* fix: enable java-bigqueryconnect ITSystemTest * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 8af5b89 commit 0b7209a

File tree

2 files changed

+3
-6
lines changed
  • java-bigqueryconnection

2 files changed

+3
-6
lines changed

java-bigqueryconnection/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-bigqueryconnection</artifactId>
22-
<version>2.11.0</version>
22+
<version>2.12.0</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies:
2727

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.11.0'
29+
implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.12.0'
3030
```
3131

3232
If you are using SBT, add this to your dependencies:
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.11.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.12.0"
3636
```
3737

3838
## Authentication

java-bigqueryconnection/google-cloud-bigqueryconnection/src/test/java/com/google/cloud/bigqueryconnection/v1/it/ITSystemTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@
4343
import org.junit.After;
4444
import org.junit.Before;
4545
import org.junit.BeforeClass;
46-
import org.junit.Ignore;
4746
import org.junit.Test;
4847

49-
@Ignore(
50-
"Excluding this test until the problem is resolved. https://github.com/googleapis/google-cloud-java/issues/9040")
5148
public class ITSystemTest {
5249

5350
private static final String ID = UUID.randomUUID().toString().substring(0, 8);

0 commit comments

Comments
 (0)