summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2016-11-17 13:17:54 -0500
committerBryan McLellan <btm@loftninjas.org>2016-11-17 13:17:54 -0500
commit1da587b55ee258ec5cd18bab5b02077bf08f8385 (patch)
tree783cfc5ad80189c6a08310afd95746571d450ff3
parent68ace98b002280a4bc1643149eb0dd94471c5bf5 (diff)
downloadchef-1da587b55ee258ec5cd18bab5b02077bf08f8385.tar.gz
Only run msu_package functional tests on Appveyorbtm/msu_functional_appveyor_only
Choosing an MSU that works on a system but shouldn't be installed is hard / impossible. These tests work on appveyor but break the build in Jenkins. For now, let them just run on appveyor. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
-rw-r--r--spec/functional/resource/msu_package_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/msu_package_spec.rb b/spec/functional/resource/msu_package_spec.rb
index 23342be6ae..128eb9dfac 100644
--- a/spec/functional/resource/msu_package_spec.rb
+++ b/spec/functional/resource/msu_package_spec.rb
@@ -19,7 +19,7 @@
require "spec_helper"
require "chef/provider/package/cab"
-describe Chef::Resource::MsuPackage, :win2012r2_only do
+describe Chef::Resource::MsuPackage, :win2012r2_only, :appveyor_only do
let(:package_name) { "Package_for_KB2959977" }
let(:package_source) { "https://download.microsoft.com/download/3/B/3/3B320C07-B7B1-41E5-81F4-79EBC02DF7D3/Windows8.1-KB2959977-x64.msu" }