Try to fix flaky GC test
assert_not_nil could allocate objects which may trigger the major GC, so don't run the assertions until the major GC has been ran.
Try to fix flaky GC test
assert_not_nil could allocate objects which may trigger the major GC, so
don't run the assertions until the major GC has been ran.