Skip to content

Commit

Permalink
Merge pull request puppetlabs#1834 from jpartlow/issue/master/22128-y…
Browse files Browse the repository at this point in the history
…um-prefetch-failure-spec-confined-on-windows

(#22128) Confine yum provider prefetch spec from running on windows
  • Loading branch information
jpartlow committed Aug 12, 2013
2 parents 17da3d6 + 0a400e4 commit 266abdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/provider/package/yum_spec.rb
Expand Up @@ -109,7 +109,7 @@
end
end

describe 'prefetching' do
describe 'prefetching', :unless => Puppet.features.microsoft_windows? do
let(:nevra_format) { Puppet::Type::Package::ProviderRpm::NEVRA_FORMAT }

let(:packages) do
Expand Down

0 comments on commit 266abdc

Please sign in to comment.