From 19916bac968fa79437649821932a6b8869414002 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 26 Mar 2024 11:37:54 -0400 Subject: [PATCH] Revert "skip `test_gc_stress_at_startup`" This reverts commit 3680981c7b71df8c3a426164787ccefe5296bb25. --- test/ruby/test_gc.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index 470e53fc1f..39b001c3d0 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -768,7 +768,6 @@ class TestGc < Test::Unit::TestCase end def test_gc_stress_at_startup - omit 'TODO: fixme later' assert_in_out_err([{"RUBY_DEBUG"=>"gc_stress"}], '', [], [], '[Bug #15784]', success: true, timeout: 60) end