From ca6499eb6111f89758fcb71b319e8b5d0cd03a20 Mon Sep 17 00:00:00 2001 From: Alya Berciu Date: Fri, 4 Nov 2022 12:26:45 +0000 Subject: SERVER-70436 Handle covered $or null queries with regex --- buildscripts/resmokeconfig/suites/cqf_passthrough.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildscripts') diff --git a/buildscripts/resmokeconfig/suites/cqf_passthrough.yml b/buildscripts/resmokeconfig/suites/cqf_passthrough.yml index 65d8e422070..0265c6235fe 100644 --- a/buildscripts/resmokeconfig/suites/cqf_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/cqf_passthrough.yml @@ -38,6 +38,8 @@ selector: # Transactions are not supported on MongoDB standalone nodes, so we do not run these tests in the # 'core' suite. Instead we run them against a 1-node replica set in the 'core_txns' suite. - jstests/core/txns/**/*.js + # TODO SERVER-67506 + - jstests/core/cover_null_queries.js executor: archive: -- cgit v1.2.1