summaryrefslogtreecommitdiff
path: root/spec/integration/knife/deps_spec.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-10-08 17:07:29 -0400
committerBryan McLellan <btm@loftninjas.org>2014-10-09 08:35:12 -0400
commitd75c5b69de9ec183a0ba1c90c6dc5e3c58799301 (patch)
treee4af06a8bbffd4928e1481f44f81be08c999e023 /spec/integration/knife/deps_spec.rb
parent416fe0955671a459243dd3172875239e29f0d654 (diff)
downloadchef-d75c5b69de9ec183a0ba1c90c6dc5e3c58799301.tar.gz
Exclude knife integration tests on server platforms
Not all platforms (looking at you solaris) need bother running the knife tests because we don't consider them to be workstation platforms. Excluding them will reduce transient failures and speed up the tests.
Diffstat (limited to 'spec/integration/knife/deps_spec.rb')
-rw-r--r--spec/integration/knife/deps_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/knife/deps_spec.rb b/spec/integration/knife/deps_spec.rb
index 2cbb7b8f74..8b4d71906b 100644
--- a/spec/integration/knife/deps_spec.rb
+++ b/spec/integration/knife/deps_spec.rb
@@ -19,7 +19,7 @@ require 'support/shared/integration/integration_helper'
require 'support/shared/context/config'
require 'chef/knife/deps'
-describe 'knife deps' do
+describe 'knife deps', :workstation do
include IntegrationSupport
include KnifeSupport