Skip to content

Commit 3eee082

Browse files
committed
chore(spanner): remove test skip
1 parent ce30fb1 commit 3eee082

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/AsyncTransactionManagerTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,9 +1208,6 @@ public void onSuccess(Long aLong) {
12081208

12091209
@Test
12101210
public void testAbandonedAsyncTransactionManager_rollbackFails() throws Exception {
1211-
assumeFalse(
1212-
"Fix this test",
1213-
spanner.getOptions().getSessionPoolOptions().getUseMultiplexedSessionForRW());
12141211
mockSpanner.setRollbackExecutionTime(
12151212
SimulatedExecutionTime.ofException(Status.PERMISSION_DENIED.asRuntimeException()));
12161213

0 commit comments

Comments
 (0)