Skip to content

Commit 40ab7b8

Browse files
committed
Skip test_bug_13526 with High Sierra
1 parent 0fb1007 commit 40ab7b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/ruby/test_autoload.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,11 @@ def test_autoload_while_autoloading
274274
end
275275

276276
def test_bug_13526
277+
# Skip this on macOS 10.13 because of the following error:
278+
# http://rubyci.s3.amazonaws.com/osx1013/ruby-master/log/20231011T014505Z.fail.html.gz
279+
require "rbconfig"
280+
omit if RbConfig::CONFIG["target_os"] == "darwin17"
281+
277282
script = File.join(__dir__, 'bug-13526.rb')
278283
assert_ruby_status([script], '', '[ruby-core:81016] [Bug #13526]')
279284
end

0 commit comments

Comments
 (0)