Skip to content

Commit 1bfb5f7

Browse files
committed
test: skip 2 more
1 parent 55e07a1 commit 1bfb5f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration/transactions-convenient-api/transactions-convenient-api.spec.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ const SKIPPED_TESTS = [
88
'callback is not retried after non-transient error',
99
'callback is not retried after non-transient error (DuplicateKeyError)',
1010
'withTransaction succeeds if callback aborts',
11-
'unpin after transient error within a transaction'
11+
'unpin after transient error within a transaction',
12+
'withTransaction succeeds if callback commits',
13+
'withTransaction still succeeds if callback aborts and runs extra op'
1214
];
1315

1416
describe('Transactions Convenient API Spec Unified Tests', function () {

0 commit comments

Comments
 (0)