From 9c2e3c15fc7874ea610bad23d9cafe46b22b1cb5 Mon Sep 17 00:00:00 2001 From: Robert Guo Date: Tue, 12 Apr 2016 13:54:58 -0400 Subject: SERVER-22588 disable validate_collection.js in the last_stable_mongos suite --- buildscripts/resmokeconfig/suites/sharding_last_stable_mongos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos.yml index 5958e41e7f5..8399a4b6038 100644 --- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos.yml +++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos.yml @@ -11,6 +11,8 @@ selector: # v3.4 changes $in shard key extraction. - jstests/sharding/upsert_sharded.js - jstests/sharding/update_sharded.js + # validate() format changes. See SERVER-22588. + - jstests/sharding/validate_collection.js executor: js_test: -- cgit v1.2.1