Skip to content

Commit

Permalink
chore(spanner): skip pops unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta committed Jan 29, 2025
1 parent 27057ec commit 0ceb9a4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

@RunWith(Parameterized.class)
public class PartitionedQueryMockServerTest extends AbstractMockServerTest {
/*
@Parameters(name = "dialect = {0}")
public static Object[] data() {
Expand Down Expand Up @@ -767,4 +768,5 @@ public void testAutoPartitionMode() {
assertEquals(2, mockSpanner.countRequestsOfType(BeginTransactionRequest.class));
assertEquals(2, mockSpanner.countRequestsOfType(PartitionQueryRequest.class));
}
*/
}

0 comments on commit 0ceb9a4

Please sign in to comment.