diff --git a/Library/Homebrew/test/unpack_strategy_spec.rb b/Library/Homebrew/test/unpack_strategy_spec.rb index 57c571f2dd..c24e417309 100644 --- a/Library/Homebrew/test/unpack_strategy_spec.rb +++ b/Library/Homebrew/test/unpack_strategy_spec.rb @@ -31,7 +31,7 @@ describe P7ZipUnpackStrategy do include_examples "UnpackStrategy::detect" end -describe XarUnpackStrategy do +describe XarUnpackStrategy, :needs_macos do let(:path) { TEST_FIXTURE_DIR/"cask/container.xar" } include_examples "UnpackStrategy::detect"