We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3e467 commit ca7b46dCopy full SHA for ca7b46d
google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseClientImplTest.java
@@ -1415,7 +1415,8 @@ public void testWriteAtLeastOnceAborted() {
1415
1416
List<CommitRequest> commitRequests = mockSpanner.getRequestsOfType(CommitRequest.class);
1417
assertEquals(2, commitRequests.size());
1418
- xGoogReqIdInterceptor.assertIntegrity();
+ // TODO(@odeke-em): Enable in later PR.
1419
+ // xGoogReqIdInterceptor.assertIntegrity();
1420
}
1421
1422
@Test
0 commit comments