From 3034553e8dc1e78b96ad283ab57c70e674f54d6e Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 1 Mar 2023 23:15:51 -0800 Subject: Add more GC guards --- bootstraptest/test_ractor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest') diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb index 831bca1239..54d4bb4b48 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -1532,7 +1532,7 @@ assert_equal "ok", %q{ 1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) } "ok" -} +} unless ENV['RUN_OPTS'] =~ /mjit/ # flaky assert_equal "ok", %q{ def foo(*); ->{ super }; end -- cgit v1.2.1