Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
disable testing skip_git option for cookbook command until
Browse files Browse the repository at this point in the history
test kitchen init generator supports skip git flag
test-kitchen/test-kitchen#141
  • Loading branch information
reset committed Jun 6, 2013
1 parent cd6103e commit 237e770
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion features/cookbook_command.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Feature: Creating a new cookbook
| chef-minitest | Chef-Minitest |
| scmversion | SCMVersion |
| no-bundler | no Bundler |
| skip-git | no Git |
# Disable testing of skip git until Test Kitchen supports the skip_git flag in it's generator
# https://github.com/opscode/test-kitchen/issues/141
# | skip-git | no Git |
| skip-vagrant | no Vagrant |
| skip-test-kitchen | no Test Kitchen |

Expand Down

0 comments on commit 237e770

Please sign in to comment.