summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2024-03-26 11:37:54 -0400
committerPeter Zhu <peter@peterzhu.ca>2024-03-27 09:39:23 -0400
commit19916bac968fa79437649821932a6b8869414002 (patch)
treeec80424015bbf6977d069366299398f89257bff8 /test/ruby
parentf14e52c8c45f1288537ff38c153096d095b5ad20 (diff)
Revert "skip `test_gc_stress_at_startup`"
This reverts commit 3680981c7b71df8c3a426164787ccefe5296bb25.
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_gc.rb1
1 files changed, 0 insertions, 1 deletions
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