We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f83b3 commit 13bda33Copy full SHA for 13bda33
1 file changed
test/integration/transactions/transactions.prose.test.ts
@@ -21,8 +21,8 @@ describe('Transactions Spec Prose', function () {
21
if (this.currentTest) {
22
this.currentTest.skipReason =
23
'Transactions on sharded clusters are only supported after 4.2';
24
+ this.currentTest.skip();
25
}
- this.skip();
26
27
started.length = 0;
28
client = this.configuration.newClient({}, { monitorCommands: true });
0 commit comments