Skip to content

Commit 38d90c3

Browse files
committed
test: another skip
1 parent 4d0c9e2 commit 38d90c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ const SKIPPED_TESTS = [
1313
'withTransaction still succeeds if callback aborts and runs extra op',
1414
'withTransaction still succeeds if callback commits and runs extra op',
1515
'withTransaction commits after callback returns (second transaction)',
16-
'withTransaction commits after callback returns'
16+
'withTransaction commits after callback returns',
17+
'withTransaction and no transaction options set'
1718
];
1819

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

0 commit comments

Comments
 (0)