From 40ab7b8c244de20007cb45846f41de3a01f7ea0c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 11 Oct 2023 13:46:56 +0900 Subject: Skip test_bug_13526 with High Sierra --- test/ruby/test_autoload.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/ruby/test_autoload.rb b/test/ruby/test_autoload.rb index e475520321..1eb3551e57 100644 --- a/test/ruby/test_autoload.rb +++ b/test/ruby/test_autoload.rb @@ -274,6 +274,11 @@ p Foo::Bar end def test_bug_13526 + # Skip this on macOS 10.13 because of the following error: + # http://rubyci.s3.amazonaws.com/osx1013/ruby-master/log/20231011T014505Z.fail.html.gz + require "rbconfig" + omit if RbConfig::CONFIG["target_os"] == "darwin17" + script = File.join(__dir__, 'bug-13526.rb') assert_ruby_status([script], '', '[ruby-core:81016] [Bug #13526]') end -- cgit v1.2.3