diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-24 14:32:04 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-28 11:19:48 -0800 |
commit | 0ba7833fb61c4183faa506ca513715d00e65857d (patch) | |
tree | bddf687cba6de65f6dbfc38d3414dabd2423d8f2 /.travis.yml | |
parent | 5db6276728e2d912650bfcc57643652db4dc2738 (diff) | |
download | chef-0ba7833fb61c4183faa506ca513715d00e65857d.tar.gz |
add a comment on knife-windows test disabling
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ebd25b7dae..e7f082afd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,6 +99,9 @@ matrix: TEST_GEM: halite script: tasks/bin/run_external_test $TEST_GEM rake spec rvm: 2.3.3 + # this has been broken for some time and running incorrectly, see: + # + # see https://github.com/chef/knife-windows/pull/421 #- env: # TEST_GEM: knife-windows #script: tasks/bin/run_external_test $TEST_GEM rake unit_spec |