diff options
author | jannaerin <golden.janna@gmail.com> | 2020-04-20 10:59:01 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-21 15:07:01 +0000 |
commit | 76d988f1f7238d0e80ceda529fbb143661c005c1 (patch) | |
tree | ae53216b47f906cc1af0ac6313bd21c48abb068f /etc | |
parent | 078b76671b0e4305afc367530efd0e8b45c0850e (diff) | |
download | mongo-76d988f1f7238d0e80ceda529fbb143661c005c1.tar.gz |
SERVER-47656 Blacklist exhaust_isMaster_topology_changes.js from the scanning RSM variant
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 5c9610207f3..90d9a266502 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -12281,9 +12281,11 @@ buildvariants: expansions: scons_cache_scope: shared compile_flags: MONGO_DISTMOD=ubuntu1604 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars - test_flags: |- # Set the taskExecutorPoolSize for all tests - --mongosSetParameters="replicaSetMonitorProtocol: scanning" \ - --mongodSetParameters="replicaSetMonitorProtocol: scanning" + test_flags: >- + --mongosSetParameters="{replicaSetMonitorProtocol: scanning}" + --mongodSetParameters="{replicaSetMonitorProtocol: scanning}" + --excludeWithAnyTags=requires_streamable_rsm + tasks: - name: compile_all_run_unittests_TG distros: |