Skip to content

Commit

Permalink
chore(spanner): comment failing unit tests for pops
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta committed Jan 29, 2025
1 parent 0ceb9a4 commit faa3e51
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/*
package com.google.cloud.spanner.connection;
import static org.junit.Assert.assertEquals;
Expand Down Expand Up @@ -50,7 +50,6 @@
@RunWith(Parameterized.class)
public class PartitionedQueryMockServerTest extends AbstractMockServerTest {
/*
@Parameters(name = "dialect = {0}")
public static Object[] data() {
Expand Down Expand Up @@ -768,5 +767,5 @@ public void testAutoPartitionMode() {
assertEquals(2, mockSpanner.countRequestsOfType(BeginTransactionRequest.class));
assertEquals(2, mockSpanner.countRequestsOfType(PartitionQueryRequest.class));
}
*/
}
*/

0 comments on commit faa3e51

Please sign in to comment.