diff options
author | Gregory Wlodarek <gregory.wlodarek@mongodb.com> | 2020-05-20 00:36:19 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-05-26 13:50:53 +0000 |
commit | 2992a78c15fbd1db49f0eec86a2b0ffbc63954e0 (patch) | |
tree | 736a74edfa81611078ce694676b2abec4445f457 /etc | |
parent | 97c1ba0a6f3c2215801f8b2363e5b4dbfbfb1ef1 (diff) | |
download | mongo-2992a78c15fbd1db49f0eec86a2b0ffbc63954e0.tar.gz |
SERVER-38379 Make view_with_invalid_dbname.js run on BiggieSE
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index e738074a525..04240b4d98e 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -12044,7 +12044,7 @@ buildvariants: run_on: - rhel62-small expansions: - test_flags: --storageEngine=biggie --excludeWithAnyTags=SERVER-38379,requires_persistence,requires_journaling,uses_transactions,requires_wiredtiger,requires_snapshot_read + test_flags: --storageEngine=biggie --excludeWithAnyTags=requires_persistence,requires_journaling,uses_transactions,requires_wiredtiger,requires_snapshot_read compile_flags: MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --dbg=off --opt=on --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars scons_cache_scope: shared tasks: |