Skip to content

Commit da2abb9

Browse files
committed
test: skip correctly
1 parent ba7800f commit da2abb9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ describe('Transactions Convenient API Spec Unified Tests', function () {
1818
}
1919
this.skip();
2020
}
21-
if (this.configuration.topologyType === 'Sharded' && process.env.MONGODB_VERSION === 'latest') {
22-
if (this.currentTest) {
23-
this.currentTest.skipReason = 'TODO(DRIVERS-2816) - Fix migration conflict errors';
24-
}
25-
this.skip();
26-
}
2721
});
2822

2923
runUnifiedSuite(loadSpecTests(path.join('transactions-convenient-api', 'unified')), test => {

0 commit comments

Comments
 (0)