Skip to content

Commit

Permalink
Skip test on Ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Sep 16, 2020
1 parent 5e3b54d commit 69d9d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/derailed_benchmarks/core_ext/kernel_require_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class KernelRequireTest < ActiveSupport::TestCase
end

test "profiles autoload" do
skip if RUBY_VERSION.start_with?("2.2") # Fails on CI, I can't install Ruby 2.2 locally to debug https://stackoverflow.com/questions/63926460/install-ruby-2-2-on-mac-osx-catalina-with-ruby-install, https://github.com/postmodern/ruby-install/issues/375

in_fork do
require fixtures_dir("require/autoload_parent.rb")
parent = assert_node_in_parent("autoload_parent.rb", TOP_REQUIRE)
Expand Down

0 comments on commit 69d9d8d

Please sign in to comment.