summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormwrock <matt@mattwrock.com>2020-12-03 14:55:56 -0800
committermwrock <matt@mattwrock.com>2020-12-03 14:55:56 -0800
commit9f3e836914fcc00425b452502a8806381d685842 (patch)
tree6c69b070d71ec361a405e19f26da599defcbb351 /spec
parente16c693a55d420ee7219cdd7a93791517d28bc15 (diff)
downloadchef-9f3e836914fcc00425b452502a8806381d685842.tar.gz
only test dsc_script on 64 bit and document that it will fail on 32 bit clients
Signed-off-by: mwrock <matt@mattwrock.com>
Diffstat (limited to 'spec')
-rw-r--r--spec/functional/resource/dsc_script_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/dsc_script_spec.rb b/spec/functional/resource/dsc_script_spec.rb
index 87c624e85f..d0baeae7a9 100644
--- a/spec/functional/resource/dsc_script_spec.rb
+++ b/spec/functional/resource/dsc_script_spec.rb
@@ -21,7 +21,7 @@ require "chef/mixin/powershell_exec"
require "chef/mixin/windows_architecture_helper"
require "support/shared/integration/integration_helper"
-describe Chef::Resource::DscScript, :windows_powershell_dsc_only do
+describe Chef::Resource::DscScript, :windows_powershell_dsc_only, :windows64_only do
include Chef::Mixin::WindowsArchitectureHelper
include Chef::Mixin::PowershellExec
before(:all) do