summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-29 09:52:00 -0700
committerTim Smith <tsmith@chef.io>2018-10-29 09:52:00 -0700
commita6c27800476b668fa1ad459817028bb9334e8137 (patch)
tree1de396e55a29e7e64b2fc817e046462a59e05b4e
parentdc26aca08a28970098b47818c78fbe5bbe2deef8 (diff)
downloadchef-a6c27800476b668fa1ad459817028bb9334e8137.tar.gz
Disable poise testing
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 4847a9c16f..cb3fc47d73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -112,10 +112,10 @@ matrix:
TEST_GEM: chef/knife-windows
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake unit_spec
rvm: 2.4.5
- - env:
- TEST_GEM: poise/poise
- script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec
- rvm: 2.4.5
+ # - env:
+ # TEST_GEM: poise/poise
+ # script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec
+ # rvm: 2.4.5
- env:
TEST_GEM: chef/knife-windows
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake unit_spec