File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
test/integration/transactions Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,13 @@ const LATEST_UNIFIED_SKIP_TESTS = [
13
13
'unpin after TransientTransactionError error on abort' ,
14
14
'unpin when a new transaction is started' ,
15
15
'unpin when a non-transaction write operation uses a session' ,
16
- 'unpin when a non-transaction read operation uses a session'
16
+ 'unpin when a non-transaction read operation uses a session' ,
17
+ 'abortTransaction only performs a single retry' ,
18
+ 'abortTransaction does not retry after Interrupted' ,
19
+ 'abortTransaction does not retry after WriteConcernError Interrupted' ,
20
+ 'commitTransaction does not retry error without RetryableWriteError label' ,
21
+ 'commitTransaction is not retried after UnsatisfiableWriteConcern error' ,
22
+ 'commitTransaction fails after Interrupted'
17
23
] ;
18
24
19
25
describe ( 'Transactions Spec Unified Tests' , function ( ) {
You can’t perform that action at this time.
0 commit comments