Skip to content

Commit a421e3d

Browse files
committed
test: bring back previously skipped
1 parent 820ceef commit a421e3d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/integration/transactions/transactions.spec.test.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ const LATEST_UNIFIED_SKIP_TESTS = [
1313
'unpin after TransientTransactionError error on abort',
1414
'unpin when a new transaction is started',
1515
'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'
1723
];
1824

1925
describe('Transactions Spec Unified Tests', function () {

0 commit comments

Comments
 (0)