Skip to content

Commit c88c231

Browse files
committed
Skip test_exivar_resize_with_compaction_stress on s390x
1 parent f5ada7d commit c88c231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ruby/test_variable.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ def test_external_ivars
408408
end
409409

410410
def test_exivar_resize_with_compaction_stress
411+
omit "compaction doesn't work well on s390x" if RUBY_PLATFORM =~ /s390x/ # https://github.com/ruby/ruby/pull/5077
411412
objs = 10_000.times.map do
412413
ExIvar.new
413414
end

0 commit comments

Comments
 (0)