Skip to content

Commit 87396db

Browse files
committed
Skip test_inspect_under_gc_compact_stress w/ RJIT too
1 parent 729e08c commit 87396db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/ruby/test_symbol.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def test_inspect
121121
def test_inspect_under_gc_compact_stress
122122
omit "compaction doesn't work well on s390x" if RUBY_PLATFORM =~ /s390x/ # https://github.com/ruby/ruby/pull/5077
123123
omit "very flaky on many platforms, more so with YJIT enabled" if defined?(RubyVM::YJIT) && RubyVM::YJIT.enabled?
124+
omit "very flaky on many platforms, more so with RJIT enabled" if defined?(RubyVM::RJIT) && RubyVM::RJIT.enabled?
124125
EnvUtil.under_gc_compact_stress do
125126
assert_inspect_evaled(':testing')
126127
end

0 commit comments

Comments
 (0)