Skip to content

Commit 1b6a547

Browse files
committed
Backport GH-13617 for s390x (#13757)
1 parent fda30bd commit 1b6a547

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
@@ -413,6 +413,7 @@ def test_external_ivars
413413
end
414414

415415
def test_exivar_resize_with_compaction_stress
416+
omit "compaction doesn't work well on s390x" if RUBY_PLATFORM =~ /s390x/ # https://github.com/ruby/ruby/pull/5077
416417
objs = 10_000.times.map do
417418
ExIvar.new
418419
end

0 commit comments

Comments
 (0)