diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-08-01 10:13:35 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2018-08-01 10:13:35 -0400 |
commit | ce94b03f8c141dc0a34ff8682866795458684e45 (patch) | |
tree | fe08805ddba03e9fa1bb6b12ae985387d0b86a12 /etc | |
parent | ed055ca17c3ce216ccd7ad12b6bc3f7fa27e6e50 (diff) | |
download | mongo-ce94b03f8c141dc0a34ff8682866795458684e45.tar.gz |
SERVER-36136 Remove jstestfuzz* from C++17 canary builders
Also a drive-by to remove commented out tests
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index b017861ae5e..c1eca16eb3d 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -7880,16 +7880,7 @@ buildvariants: - name: jsCore_auth - name: jsCore_txns - name: causally_consistent_jscore_txns_passthrough - # - name: aggregation_fuzzer - # - name: jstestfuzz - # - name: jstestfuzz_concurrent - # - name: jstestfuzz_concurrent_replication - # - name: jstestfuzz_concurrent_sharded - # - name: jstestfuzz_replication - # - name: jstestfuzz_sharded - # - name: replica_sets_auth - name: sasl - # - name: sharding_auth - name: snmp - name: ssl - name: sslSpecial @@ -7935,13 +7926,6 @@ buildvariants: - name: jsCore_auth - name: jsCore_txns - name: causally_consistent_jscore_txns_passthrough - # - name: aggregation_fuzzer - - name: jstestfuzz - - name: jstestfuzz_concurrent - - name: jstestfuzz_concurrent_replication - - name: jstestfuzz_concurrent_sharded - - name: jstestfuzz_replication - # - name: jstestfuzz_sharded - name: replica_sets_auth - name: sasl - name: sharding_auth |