Skip to content

Commit ccbbf38

Browse files
authored
disables hard gc failure lookup in integration tests (#7403)
comments out those because int tests will never succeed if we run even a single one
1 parent 2188307 commit ccbbf38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code/___compile_options.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
//Hard del testing defines
126126
#define REFERENCE_TRACKING
127127
#define REFERENCE_TRACKING_DEBUG
128-
#define FIND_REF_NO_CHECK_TICK
129-
#define GC_FAILURE_HARD_LOOKUP
128+
// #define FIND_REF_NO_CHECK_TICK
129+
// #define GC_FAILURE_HARD_LOOKUP
130130
// Test init.
131131
#define CF_ATOM_TRACE_INIT_EARLY_QDEL
132132
//Ensures all early assets can actually load early

0 commit comments

Comments
 (0)