Skip to content

Commit 556bbf6

Browse files
committed
Don't skip test_inspect_under_gc_compact_stress
Commit 1471a16 seems to have fixed this flaky test, so we don't need to skip it for YJIT or RJIT anymore.
1 parent 1d0d8a8 commit 556bbf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/ruby/test_symbol.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ def test_inspect
120120

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
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?
123+
125124
EnvUtil.under_gc_compact_stress do
126125
assert_inspect_evaled(':testing')
127126
end

0 commit comments

Comments
 (0)