We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729e08c commit 87396dbCopy full SHA for 87396db
1 file changed
test/ruby/test_symbol.rb
@@ -121,6 +121,7 @@ def test_inspect
121
def test_inspect_under_gc_compact_stress
122
omit "compaction doesn't work well on s390x" if RUBY_PLATFORM =~ /s390x/ # https://github.com/ruby/ruby/pull/5077
123
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?
125
EnvUtil.under_gc_compact_stress do
126
assert_inspect_evaled(':testing')
127
end
0 commit comments