Skip to content

Commit e08b358

Browse files
committed
chore: disable test using CodeWScope with a $where clause
1 parent 3dd726c commit e08b358

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/functional/find.test.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,10 @@ describe('Find', function() {
525525
*/
526526
it('shouldCorrectlyPerformFindByWhere', {
527527
metadata: {
528-
requires: { topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'] }
528+
requires: {
529+
mongodb: '<=4.2.x',
530+
topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger']
531+
}
529532
},
530533

531534
// The actual test we wish to run

0 commit comments

Comments
 (0)