Skip to content

Commit efe8f3c

Browse files
authored
Merge pull request #943 from puppetlabs/CAT-1277-ci-fixes
(CAT-1277) - CI fixes
2 parents c861112 + 6899604 commit efe8f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/docker_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class { 'docker':
161161

162162
# TODO : Temporarily commenting these test cases for RedHat & Debian family
163163
# We are consistently getting "IOError: closed stream"
164-
unless ['redhat', 'debian'].include?(os[:family])
164+
unless ['redhat', 'debian', 'ubuntu'].include?(os[:family])
165165
describe package(package_name) do
166166
it { is_expected.to be_installed }
167167
end

0 commit comments

Comments
 (0)