diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-27 10:30:19 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-27 10:31:50 -0700 |
commit | 62cb441e18573e99087ad8f7e27c70e9d2619a64 (patch) | |
tree | 030b3bed7707d193dae930208a1dd5592469e4c9 | |
parent | 47db22988400fb323441cafbba8399a3a742afc9 (diff) | |
download | chef-remove_32bit_testing.tar.gz |
Skip the locale test on 32bit windows for nowremove_32bit_testing
We'll need to reverse this when we get the DLL working on 32bit windows.
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | spec/functional/resource/locale_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/functional/resource/locale_spec.rb b/spec/functional/resource/locale_spec.rb index 24a43ef0ba..c580607361 100644 --- a/spec/functional/resource/locale_spec.rb +++ b/spec/functional/resource/locale_spec.rb @@ -94,7 +94,8 @@ describe Chef::Resource::Locale, :requires_root do end end - context "on windows", :windows_only, requires_root: false do + # this is 64bit only until we add support for 32bit Windows in our Powershell DLL shim + context "on windows", :windows_only, requires_root: false, :ruby64_only do describe "action: update" do context "Sets system locale" do it "when lang is given" do |