diff options
-rw-r--r-- | etc/evergreen.yml | 2 | ||||
-rw-r--r-- | jstests/noPassthroughWithMongod/indexbg_updates.js | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 0876de1c72f..436839cabb6 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -8263,7 +8263,7 @@ buildvariants: gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH" tooltags: "-tags 'ssl sasl'" rlp_environment: MONGOD_UNITTEST_RLP_LANGUAGE_TEST_BTROOT=/opt/basis - test_flags: --storageEngine=mobile --excludeWithAnyTags=requires_mmapv1,requires_wiredtiger,requires_sharding,requires_replication,SERVER-32709,SERVER-32710,SERVER-32675 + test_flags: --storageEngine=mobile --excludeWithAnyTags=requires_mmapv1,requires_wiredtiger,requires_sharding,requires_replication,SERVER-32709,SERVER-32675 compile_flags: --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_gcc.vars CPPPATH="/opt/basis/rlp/rlp/include /opt/basis/rlp/utilities/include" --use-basis-tech-rosette-linguistics-platform=on num_jobs_available: $(grep -c ^processor /proc/cpuinfo) use_scons_cache: true diff --git a/jstests/noPassthroughWithMongod/indexbg_updates.js b/jstests/noPassthroughWithMongod/indexbg_updates.js index 694fc0583b8..c3465f78047 100644 --- a/jstests/noPassthroughWithMongod/indexbg_updates.js +++ b/jstests/noPassthroughWithMongod/indexbg_updates.js @@ -2,7 +2,6 @@ // indexes are updated appropriately. See SERVER-23590 and SERVER-22970. // // Variation of index_multi.js -// @tags: [SERVER-32710] (function() { "use strict"; |