Skip to content

Commit 6b47744

Browse files
committed
(CAT-2511) Test docker provisioned SLES 15
Testing SLES 15 through docker. Do not merge.
1 parent e627cdb commit 6b47744

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ group :development, :release_prep do
6464
gem "puppet-blacksmith", '~> 7.0', require: false
6565
end
6666
group :system_tests do
67-
gem "puppet_litmus", '~> 2.0', require: false, platforms: [:ruby, :x64_mingw] if !ENV['PUPPET_FORGE_TOKEN'].to_s.empty?
68-
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw] if ENV['PUPPET_FORGE_TOKEN'].to_s.empty?
67+
gem "puppet_litmus", git: 'https://github.com/puppetlabs/puppet_litmus', branch: 'CAT-2476-Address_SLES_failures', require: false, platforms: [:ruby, :x64_mingw]
6968
gem "CFPropertyList", '< 3.0.7', require: false, platforms: [:mswin, :mingw, :x64_mingw]
7069
gem "serverspec", '~> 2.41', require: false
7170
end

0 commit comments

Comments
 (0)