Skip to content

Commit e2b4da4

Browse files
committed
skip test on server versions after 7
1 parent fac59c7 commit e2b4da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crud/misc_cursors.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3248,7 +3248,7 @@ describe('Cursor', function () {
32483248
it('should tail cursor using maxAwaitTimeMS for 3.2 or higher', {
32493249
// Add a tag that our runner can trigger on
32503250
// in this case we are setting that node needs to be higher than 0.10.X to run
3251-
metadata: { requires: { topology: ['single'], mongodb: '>3.1.9' } },
3251+
metadata: { requires: { topology: ['single'], mongodb: '<7.0.0' } },
32523252

32533253
test: function (done) {
32543254
const configuration = this.configuration;

0 commit comments

Comments
 (0)