Skip to content

Commit 39bdc71

Browse files
committed
fix: skip failing test on latest mongodb version
1 parent 7087891 commit 39bdc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ describe('Indexes', function() {
12641264
metadata: {
12651265
requires: {
12661266
topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'],
1267-
mongodb: '>=3.0.0'
1267+
mongodb: '>=3.0.0 <=4.8.0'
12681268
}
12691269
},
12701270

0 commit comments

Comments
 (0)