Skip to content

Commit

Permalink
Merge pull request #958 from ekohl/disable-plugin-acceptance-tests
Browse files Browse the repository at this point in the history
Fix broken acceptance tests
  • Loading branch information
ekohl committed Jun 8, 2020
2 parents 189a6ec + 8a60f99 commit 6fa2ef0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec/acceptance/xtypes/jenkins_credentials_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@
pp = base_manifest + <<-EOS
jenkins::plugin { [
'google-oauth-plugin',
'credentials',
'structs',
'oauth-credentials',
]: }
Expand Down Expand Up @@ -277,8 +275,6 @@
pp = base_manifest + <<-EOS
jenkins::plugin { [
'google-oauth-plugin',
'credentials',
'structs',
'oauth-credentials',
]: }
Expand Down Expand Up @@ -318,7 +314,7 @@
'browserstack-integration'
]: }
jenkins_credentials { '562fa23d-a441-4cab-997f-58df6e245813'
jenkins_credentials { '562fa23d-a441-4cab-997f-58df6e245813':
ensure => 'present',
description => 'browserstack credentials',
impl => 'BrowserStackCredentials',
Expand Down

0 comments on commit 6fa2ef0

Please sign in to comment.