Skip to content

Commit 0ee1aad

Browse files
author
Kylo Ginsberg
committed
(PUP-2635) Skip this test on windows
1 parent 9c2aa2c commit 0ee1aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/integration/type/user_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'puppet_spec/files'
44
require 'puppet_spec/compiler'
55

6-
describe Puppet::Type.type(:user), '(integration)' do
6+
describe Puppet::Type.type(:user), '(integration)', :unless => Puppet.features.microsoft_windows? do
77
include PuppetSpec::Files
88
include PuppetSpec::Compiler
99

0 commit comments

Comments
 (0)