File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12098,6 +12098,7 @@ buildvariants:
12098
12098
build_mongoreplay : true
12099
12099
hang_analyzer_dump_core : false
12100
12100
scons_cache_scope : shared
12101
+ test_flags : --excludeWithAnyTags=requires_fast_memory
12101
12102
display_tasks :
12102
12103
- *dbtest
12103
12104
- *unittests
@@ -12161,6 +12162,7 @@ buildvariants:
12161
12162
hang_analyzer_dump_core : false
12162
12163
scons_cache_scope : shared
12163
12164
target_resmoke_time : 15
12165
+ test_flags : --excludeWithAnyTags=requires_fast_memory
12164
12166
display_tasks :
12165
12167
- *dbtest
12166
12168
- *unittests
Original file line number Diff line number Diff line change
1
+ // @tags : [requires_fast_memory]
2
+
1
3
var col = db . memoryTest ;
2
4
3
5
var buildInfo = assert . commandWorked ( db . adminCommand ( "buildInfo" ) ) ;
You can’t perform that action at this time.
0 commit comments