diff options
author | Tim Smith <tsmith@chef.io> | 2018-10-26 19:18:45 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-10-26 19:18:45 -0700 |
commit | db4208fcc14f7eb1d1aa533050e52ba2e8fe240e (patch) | |
tree | 439cde393d5b920b13df3a78246e40326ebc179a | |
parent | 62e354ff5c06f9207c5988ef4baccfd3478552ce (diff) | |
download | chef-green.tar.gz |
Disable several tests until we push the ohai 15 gemgreen
These are failing due to the missing gem
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .travis.yml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml index b918dfe7d3..f0f77e43d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,20 +87,21 @@ matrix: TEST_GEM: sethvargo/chef-sugar script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake rvm: 2.5.3 - - env: - - PEDANT_OPTS=--skip-oc_id - - TEST_GEM=chef/chef-zero - - CHEF_FS=true - script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake pedant - rvm: 2.5.3 - - env: - TEST_GEM: chef/cheffish - script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec - rvm: 2.5.3 - - env: - TEST_GEM: chefspec/chefspec - script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake - rvm: 2.5.3 + # pending the release of ohai 15 + # - env: + # - PEDANT_OPTS=--skip-oc_id + # - TEST_GEM=chef/chef-zero + # - CHEF_FS=true + # script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake pedant + # rvm: 2.5.3 + # - env: + # TEST_GEM: chef/cheffish + # script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec + # rvm: 2.5.3 + # - env: + # TEST_GEM: chefspec/chefspec + # script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake + # rvm: 2.5.3 - env: TEST_GEM: poise/halite script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec |