Skip to content

Commit

Permalink
Skip test_inspect_under_gc_compact_stress w/ RJIT too
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Apr 23, 2024
1 parent 729e08c commit 87396db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ruby/test_symbol.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def test_inspect
def test_inspect_under_gc_compact_stress
omit "compaction doesn't work well on s390x" if RUBY_PLATFORM =~ /s390x/ # https://github.com/ruby/ruby/pull/5077
omit "very flaky on many platforms, more so with YJIT enabled" if defined?(RubyVM::YJIT) && RubyVM::YJIT.enabled?
omit "very flaky on many platforms, more so with RJIT enabled" if defined?(RubyVM::RJIT) && RubyVM::RJIT.enabled?
EnvUtil.under_gc_compact_stress do
assert_inspect_evaled(':testing')
end
Expand Down

0 comments on commit 87396db

Please sign in to comment.