Skip to content

Commit

Permalink
chore: disable test using CodeWScope with a $where clause
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Feb 25, 2020
1 parent 3dd726c commit e08b358
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/functional/find.test.js
Expand Up @@ -525,7 +525,10 @@ describe('Find', function() {
*/
it('shouldCorrectlyPerformFindByWhere', {
metadata: {
requires: { topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'] }
requires: {
mongodb: '<=4.2.x',
topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger']
}
},

// The actual test we wish to run
Expand Down

0 comments on commit e08b358

Please sign in to comment.