Skip to content

Commit 13bda33

Browse files
committed
test: skip currentTest
1 parent c6f83b3 commit 13bda33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/transactions/transactions.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ describe('Transactions Spec Prose', function () {
2121
if (this.currentTest) {
2222
this.currentTest.skipReason =
2323
'Transactions on sharded clusters are only supported after 4.2';
24+
this.currentTest.skip();
2425
}
25-
this.skip();
2626
}
2727
started.length = 0;
2828
client = this.configuration.newClient({}, { monitorCommands: true });

0 commit comments

Comments
 (0)