diff --git a/etc/evergreen.yml b/etc/evergreen.yml index e91502e865f..48c5fcdb248 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -13488,7 +13488,6 @@ buildvariants: expansions: compile_flags: --ssl MONGO_DISTMOD=rhel67 --release -j3 CCFLAGS="-march=z9-109 -mtune=z10" --variables-files=etc/scons/mongodbtoolchain_gcc.vars --use-hardware-crc32=off num_jobs_available: $(grep -c ^processor /proc/cpuinfo) - test_flags: --excludeWithAnyTags=blacklist_from_rhel_67_s390x has_packages: true packager_script: packager_enterprise.py packager_arch: s390x @@ -13593,7 +13592,6 @@ buildvariants: expansions: compile_flags: --ssl MONGO_DISTMOD=rhel67 --release -j3 CCFLAGS="-march=z9-109 -mtune=z10" --variables-files=etc/scons/mongodbtoolchain_gcc.vars --use-hardware-crc32=off num_jobs_available: $(grep -c ^processor /proc/cpuinfo) - test_flags: --excludeWithAnyTags=blacklist_from_rhel_67_s390x has_packages: true packager_script: packager.py packager_arch: s390x diff --git a/jstests/sharding/all_config_servers_blackholed_from_mongos.js b/jstests/sharding/all_config_servers_blackholed_from_mongos.js index 3016779c8d5..d13499cc551 100644 --- a/jstests/sharding/all_config_servers_blackholed_from_mongos.js +++ b/jstests/sharding/all_config_servers_blackholed_from_mongos.js @@ -4,10 +4,6 @@ * * Checking UUID consistency involves talking to config servers through mongos, but mongos is * blackholed from the config servers in this test. - * - * This test triggers a compiler bug that causes a crash when compiling with optimizations on, see - * SERVER-35632. - * @tags: [blacklist_from_rhel_67_s390x] */ TestData.skipCheckingUUIDsConsistentAcrossCluster = true; diff --git a/jstests/sharding/lagged_config_secondary.js b/jstests/sharding/lagged_config_secondary.js index 457f16295c9..397ce3cf431 100644 --- a/jstests/sharding/lagged_config_secondary.js +++ b/jstests/sharding/lagged_config_secondary.js @@ -1,10 +1,6 @@ /** * Test that mongos times out when the config server replica set only contains nodes that * are behind the majority opTime. - * - * This test triggers a compiler bug that causes a crash when compiling with optimizations on, see - * SERVER-35632. - * @tags: [blacklist_from_rhel_67_s390x] */ // Checking UUID consistency involves mongos being able to do a read from the config server, but