Skip to content

Commit 0ceb9a4

Browse files
committed
chore(spanner): skip pops unit tests
1 parent 27057ec commit 0ceb9a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/PartitionedQueryMockServerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
@RunWith(Parameterized.class)
5252
public class PartitionedQueryMockServerTest extends AbstractMockServerTest {
53+
/*
5354
5455
@Parameters(name = "dialect = {0}")
5556
public static Object[] data() {
@@ -767,4 +768,5 @@ public void testAutoPartitionMode() {
767768
assertEquals(2, mockSpanner.countRequestsOfType(BeginTransactionRequest.class));
768769
assertEquals(2, mockSpanner.countRequestsOfType(PartitionQueryRequest.class));
769770
}
771+
*/
770772
}

0 commit comments

Comments
 (0)