From e08b3588fe7d9c0ef713d8387e67da9ecc49cc00 Mon Sep 17 00:00:00 2001 From: Matt Broadstone Date: Tue, 25 Feb 2020 13:10:28 -0500 Subject: [PATCH] chore: disable test using CodeWScope with a `$where` clause --- test/functional/find.test.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/functional/find.test.js b/test/functional/find.test.js index 1fa0831fea..86ef96d9bb 100644 --- a/test/functional/find.test.js +++ b/test/functional/find.test.js @@ -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