From 77aaa5419340185ad1744f0b25f8543c6add2abc Mon Sep 17 00:00:00 2001 From: Benjamin Murphy Date: Mon, 11 Apr 2016 15:43:29 -0400 Subject: SERVER-10689 Aggregation now supports the switch expression. --- buildscripts/resmokeconfig/suites/aggregation.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'buildscripts/resmokeconfig/suites/aggregation.yml') diff --git a/buildscripts/resmokeconfig/suites/aggregation.yml b/buildscripts/resmokeconfig/suites/aggregation.yml index c85f2f8d657..aeeaf00531a 100644 --- a/buildscripts/resmokeconfig/suites/aggregation.yml +++ b/buildscripts/resmokeconfig/suites/aggregation.yml @@ -3,6 +3,7 @@ selector: roots: - jstests/aggregation/*.js - jstests/aggregation/bugs/*.js + - jstests/aggregation/expressions/*.js executor: js_test: -- cgit v1.2.1