summaryrefslogtreecommitdiff
path: root/spec/integration
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-02-28 21:57:00 -0800
committerTim Smith <tsmith84@gmail.com>2020-02-28 21:57:00 -0800
commit2b4e90573ed07ec6b7b83936343d503ebbe248fc (patch)
tree74a1974f7974f97c711546dfb871a7522122583d /spec/integration
parent5f29b31fb9ed3eafcb249fb9e7056cf95497ae43 (diff)
downloadchef-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.rb3
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