diff options
author | Robert Guo <robert.guo@10gen.com> | 2016-04-14 14:21:44 -0400 |
---|---|---|
committer | Robert Guo <robert.guo@10gen.com> | 2016-04-14 14:23:27 -0400 |
commit | 5025aae289bbf1c21972e420832c9e08f0c18815 (patch) | |
tree | cf33ce67e087f48cce1d6fdee01a3d67c318e8db /buildscripts | |
parent | d72a76b7c525a159da99ec2a09e2bfd48d1cdbd0 (diff) | |
download | mongo-5025aae289bbf1c21972e420832c9e08f0c18815.tar.gz |
SERVER-7326 disable validation hook on fuzzer suites
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/jstestfuzz.yml | 4 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/buildscripts/resmokeconfig/suites/jstestfuzz.yml b/buildscripts/resmokeconfig/suites/jstestfuzz.yml index 3efd7408370..792839dc0d2 100644 --- a/buildscripts/resmokeconfig/suites/jstestfuzz.yml +++ b/buildscripts/resmokeconfig/suites/jstestfuzz.yml @@ -8,8 +8,8 @@ executor: config: shell_options: readMode: commands - hooks: - - class: ValidateCollections + # hooks: + # - class: ValidateCollections fixture: class: MongoDFixture mongod_options: diff --git a/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml b/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml index 6027a2cb2bc..88ac0cf927e 100644 --- a/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml +++ b/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml @@ -9,7 +9,7 @@ executor: shell_options: readMode: commands hooks: - - class: ValidateCollections + # - class: ValidateCollections - class: CheckReplDBHash fixture: class: ReplicaSetFixture |