File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2727import static org .junit .Assert .assertEquals ;
2828import static org .junit .Assert .assertNotNull ;
2929import static org .junit .Assert .assertThrows ;
30- import static org .junit .Assume .assumeFalse ;
3130import static org .junit .Assert .assertTrue ;
31+ import static org .junit .Assume .assumeFalse ;
3232
3333import com .google .api .core .ApiFuture ;
3434import com .google .api .core .ApiFutureCallback ;
@@ -1208,6 +1208,9 @@ 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 ());
12111214 mockSpanner .setRollbackExecutionTime (
12121215 SimulatedExecutionTime .ofException (Status .PERMISSION_DENIED .asRuntimeException ()));
12131216
You can’t perform that action at this time.
0 commit comments