diff options
author | ADAM David Alan Martin <adam.martin@10gen.com> | 2019-06-14 15:19:41 -0400 |
---|---|---|
committer | ADAM David Alan Martin <adam.martin@10gen.com> | 2019-06-14 15:19:41 -0400 |
commit | ab89518f6f22a9f1177e6ef913fdaff4af809098 (patch) | |
tree | 604c9bd24ba2cddde7bb5c720afb4d1510d5a955 /etc | |
parent | 89f180375cdde8ed4c5ed72c74af4c48d9a3f401 (diff) | |
download | mongo-ab89518f6f22a9f1177e6ef913fdaff4af809098.tar.gz |
SERVER-41624 No Split Horizons testing in Legacy Transport
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index ff0733a0871..8b7e8b6c96a 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -6929,7 +6929,7 @@ buildvariants: num_jobs_available: $(grep -c ^processor /proc/cpuinfo) ext: zip use_scons_cache: true - test_flags: --transportLayer=legacy + test_flags: --transportLayer=legacy --excludeWithAnyTags=cannot_run_with_legacy_transport tooltags: "ssl sasl" build_mongoreplay: false tasks: @@ -10081,7 +10081,7 @@ buildvariants: build_mongoreplay: false hang_analyzer_dump_core: false use_scons_cache: true - test_flags: --transportLayer=legacy + test_flags: --transportLayer=legacy --excludeWithAnyTags=cannot_run_with_legacy_transport tasks: - name: compile - name: compile_all |