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:
parent
0dd86314ef
commit
19ea642787
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
// @tags: [requires_fast_memory]
|
||||
|
||||
var col = db.memoryTest;
|
||||
|
||||
var buildInfo = assert.commandWorked(db.adminCommand("buildInfo"));
|
||||
|
Loading…
Reference in New Issue
Block a user