Skip to content

Commit e2607ce

Browse files
committed
test: filter to later mongodb version
1 parent ef5fc83 commit e2607ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/bulk.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@ describe('Bulk', function () {
20322032
});
20332033

20342034
it('should abort ordered/unordered bulk operation writes', {
2035-
metadata: { requires: { mongodb: '>= 3.6', topology: ['replicaset'] } },
2035+
metadata: { requires: { mongodb: '>= 4.2', topology: ['replicaset'] } },
20362036
async test() {
20372037
const session = client.startSession();
20382038
session.startTransaction({
@@ -2067,7 +2067,7 @@ describe('Bulk', function () {
20672067
});
20682068

20692069
it('should abort ordered/unordered bulk operation writes using withTransaction', {
2070-
metadata: { requires: { mongodb: '>= 3.6', topology: ['replicaset'] } },
2070+
metadata: { requires: { mongodb: '>= 4.2', topology: ['replicaset'] } },
20712071
async test() {
20722072
const session = client.startSession();
20732073

0 commit comments

Comments
 (0)