0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

SERVER-41935 blacklist memory.js on asan builders

This commit is contained in:
Gabriel Russell 2019-06-28 16:28:51 -04:00
parent 0dd86314ef
commit 19ea642787
2 changed files with 4 additions and 0 deletions

View File

@ -12098,6 +12098,7 @@ buildvariants:
build_mongoreplay: true
hang_analyzer_dump_core: false
scons_cache_scope: shared
test_flags: --excludeWithAnyTags=requires_fast_memory
display_tasks:
- *dbtest
- *unittests
@ -12161,6 +12162,7 @@ buildvariants:
hang_analyzer_dump_core: false
scons_cache_scope: shared
target_resmoke_time: 15
test_flags: --excludeWithAnyTags=requires_fast_memory
display_tasks:
- *dbtest
- *unittests

View File

@ -1,3 +1,5 @@
// @tags: [requires_fast_memory]
var col = db.memoryTest;
var buildInfo = assert.commandWorked(db.adminCommand("buildInfo"));