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/spec_helper.rb | |
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/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 36ad0e5c48..605f920125 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -140,9 +140,6 @@ RSpec.configure do |config| config.filter_run_excluding volatile_on_solaris: true if solaris? config.filter_run_excluding volatile_from_verify: false - config.filter_run_excluding skip_appveyor: true if ENV["APPVEYOR"] - config.filter_run_excluding appveyor_only: true unless ENV["APPVEYOR"] - config.filter_run_excluding skip_buildkite: true if ENV["BUILDKITE"] config.filter_run_excluding windows_only: true unless windows? |