From e7e83a313c6aac9d57e17a021c24a9c8e2167cca Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 3 Jun 2024 16:50:42 -0700 Subject: [PATCH] Skip flaky RJIT tests https://github.com/ruby/ruby/actions/runs/9352283948/job/25740049841 https://github.com/ruby/ruby/actions/runs/9350872852/job/25735280811 Not a high priority to fix right now, so skipping until we get to fix it. --- bootstraptest/test_syntax.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstraptest/test_syntax.rb b/bootstraptest/test_syntax.rb index fbc9c6f62e..8301b344c6 100644 --- a/bootstraptest/test_syntax.rb +++ b/bootstraptest/test_syntax.rb @@ -848,7 +848,7 @@ assert_normal_exit %q{ def x(a=1, b, *rest); nil end end end -}, bug2415 +}, bug2415 unless rjit_enabled? # flaky assert_normal_exit %q{ 0.times do @@ -880,7 +880,7 @@ assert_normal_exit %q{ end end end -}, bug2415 +}, bug2415 unless rjit_enabled? # flaky assert_normal_exit %q{ a {