Skip to content

Commit 19ea642

Browse files
author
Gabriel Russell
committed
SERVER-41935 blacklist memory.js on asan builders
1 parent 0dd8631 commit 19ea642

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

etc/evergreen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12098,6 +12098,7 @@ buildvariants:
1209812098
build_mongoreplay: true
1209912099
hang_analyzer_dump_core: false
1210012100
scons_cache_scope: shared
12101+
test_flags: --excludeWithAnyTags=requires_fast_memory
1210112102
display_tasks:
1210212103
- *dbtest
1210312104
- *unittests
@@ -12161,6 +12162,7 @@ buildvariants:
1216112162
hang_analyzer_dump_core: false
1216212163
scons_cache_scope: shared
1216312164
target_resmoke_time: 15
12165+
test_flags: --excludeWithAnyTags=requires_fast_memory
1216412166
display_tasks:
1216512167
- *dbtest
1216612168
- *unittests

jstests/serial_run/memory.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// @tags: [requires_fast_memory]
2+
13
var col = db.memoryTest;
24

35
var buildInfo = assert.commandWorked(db.adminCommand("buildInfo"));

0 commit comments

Comments
 (0)