diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-02-28 21:57:00 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-02-28 21:57:00 -0800 |
commit | 2b4e90573ed07ec6b7b83936343d503ebbe248fc (patch) | |
tree | 74a1974f7974f97c711546dfb871a7522122583d /spec/integration | |
parent | 5f29b31fb9ed3eafcb249fb9e7056cf95497ae43 (diff) | |
download | chef-2b4e90573ed07ec6b7b83936343d503ebbe248fc.tar.gz |
Remove the last bits of Appveyor from the specsappveyor
We don't have Appveyor anymore.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/integration')
-rw-r--r-- | spec/integration/client/client_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/integration/client/client_spec.rb b/spec/integration/client/client_spec.rb index b1763da1f0..e2d1c9532e 100644 --- a/spec/integration/client/client_spec.rb +++ b/spec/integration/client/client_spec.rb @@ -540,8 +540,7 @@ describe "chef-client" do end end - # Fails on appveyor, but works locally on windows and on windows hosts in Ci. - context "when using recipe-url", :skip_appveyor do + context "when using recipe-url" do before(:each) do start_tiny_server end |