summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormwrock <matt@mattwrock.com>2020-12-04 09:47:37 -0800
committermwrock <matt@mattwrock.com>2020-12-04 09:47:37 -0800
commite33babda9681f0276e9ef6661d5f5c86f644e0bb (patch)
tree11f47078e1bb49734efea0d89dfdf59e73d670b5
parent461c17cb04b6a12e338f59aa36b18e78828321af (diff)
downloadchef-ruby_64.tar.gz
only run dsc_script functional tests on 64 bit rubyruby_64
Signed-off-by: mwrock <matt@mattwrock.com>
-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 d0baeae7a9..b22599266b 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, :windows64_only do
+describe Chef::Resource::DscScript, :windows_powershell_dsc_only, :ruby64_only do
include Chef::Mixin::WindowsArchitectureHelper
include Chef::Mixin::PowershellExec
before(:all) do