summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-12-15 08:49:04 -0800
committerJohn Keiser <john@johnkeiser.com>2015-12-15 09:20:41 -0800
commit44494c91587ff0313d328d9c4ec016e6fcf5f830 (patch)
treeaea3fd67294d24999b44955c75846fce186a958d /spec/spec_helper.rb
parent33aba5c6cc2d028223732bb3802504a95be9b0d8 (diff)
downloadchef-44494c91587ff0313d328d9c4ec016e6fcf5f830.tar.gz
Don't run IPv6 tests on GCEjk/no-ipv6-on-gce
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 7691d88ff3..de6bcb1ce7 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -131,6 +131,7 @@ RSpec.configure do |config|
config.filter_run_excluding :mac_osx_only=> true if !mac_osx?
config.filter_run_excluding :not_supported_on_win2k3 => true if windows_win2k3?
config.filter_run_excluding :not_supported_on_solaris => true if solaris?
+ config.filter_run_excluding :not_supported_on_gce => true if gce?
config.filter_run_excluding :not_supported_on_nano => true if windows_nano_server?
config.filter_run_excluding :win2k3_only => true unless windows_win2k3?
config.filter_run_excluding :windows_2008r2_or_later => true unless windows_2008r2_or_later?