From a2b03ba7cb721d698bebee74c535dea4583a9c28 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 31 Mar 2025 14:36:29 +0900 Subject: [PATCH] Skip test_ractor.rb with ModGC workflow because this test is flaky --- bootstraptest/test_ractor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb index fcdd31ac2e..adb0755611 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -1636,7 +1636,7 @@ assert_equal "ok", %q{ 1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) } "ok" -} unless yjit_enabled? # flaky +} if !yjit_enabled? || ENV['GITHUB_WORKFLOW'] == 'ModGC' # flaky assert_equal "ok", %q{ def foo(*); ->{ super }; end