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 ce30fb1 commit 3eee082Copy full SHA for 3eee082
google-cloud-spanner/src/test/java/com/google/cloud/spanner/AsyncTransactionManagerTest.java
@@ -1208,9 +1208,6 @@ public void onSuccess(Long aLong) {
1208
1209
@Test
1210
public void testAbandonedAsyncTransactionManager_rollbackFails() throws Exception {
1211
- assumeFalse(
1212
- "Fix this test",
1213
- spanner.getOptions().getSessionPoolOptions().getUseMultiplexedSessionForRW());
1214
mockSpanner.setRollbackExecutionTime(
1215
SimulatedExecutionTime.ofException(Status.PERMISSION_DENIED.asRuntimeException()));
1216
0 commit comments