diff --git a/Library/Homebrew/test/os/linux/pathname_spec.rb b/Library/Homebrew/test/os/linux/pathname_spec.rb index d0281ddcdd..d614b98204 100644 --- a/Library/Homebrew/test/os/linux/pathname_spec.rb +++ b/Library/Homebrew/test/os/linux/pathname_spec.rb @@ -2,7 +2,7 @@ require "extend/pathname" -describe Pathname do +describe Pathname, skip: HOMEBREW_PATCHELF_RB.blank? do let(:elf_dir) { described_class.new "#{TEST_FIXTURE_DIR}/elf" } let(:sho) { elf_dir/"libhello.so.0" } let(:exec) { elf_dir/"hello" }