Skip to content

Commit

Permalink
deps: bump Spanner to 6.25 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored May 23, 2022
1 parent c98898d commit d66e0e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<excludedTests>com.google.cloud.spanner.pgadapter.IntegrationTest,com.google.cloud.spanner.pgadapter.golang.GolangTest</excludedTests>

<spanner.version>6.24.0</spanner.version>
<spanner.version>6.25.0</spanner.version>
</properties>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.16.0</version>
<version>2.18.1</version>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import java.util.TimeZone;
import java.util.stream.Collectors;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
Expand Down Expand Up @@ -127,7 +126,6 @@ public void testEmptyStatementFollowedByNonEmptyStatement() throws SQLException
}

@Test
@Ignore("Skip until https://github.com/googleapis/java-spanner/pull/1877 has been released")
public void testWrongDialect() {
// Let the mock server respond with the Google SQL dialect instead of PostgreSQL. The
// connection should be gracefully rejected. Close all open pooled Spanner objects so we know
Expand Down

0 comments on commit d66e0e6

Please sign in to comment.