We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0d8a8 commit 556bbf6Copy full SHA for 556bbf6
test/ruby/test_symbol.rb
@@ -120,8 +120,7 @@ def test_inspect
120
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