From ac00bdc8a8ac2c62a94dd36a7784d15bbcb7df19 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 20 May 2019 18:10:35 +0900 Subject: Do not modify shared array [Bug #15821] --- test/ruby/test_gc.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index d59bdfd50e..5dea1b2742 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -385,7 +385,6 @@ class TestGc < Test::Unit::TestCase end def test_gc_stress_at_startup - skip assert_in_out_err([{"RUBY_DEBUG"=>"gc_stress"}], '', [], [], '[Bug #15784]', success: true) end -- cgit v1.2.3