summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher A. Snapp <csnapp@chef.io>2020-05-18 12:19:01 -0600
committerChristopher A. Snapp <csnapp@chef.io>2020-05-22 09:05:47 -0600
commitbc683b53cef6d87cea7abbdb4102d15edd246e1c (patch)
treef321e42d329ad0871fc855de4bce53eadb1f33d6
parent79331f57ff81eb85e02659f810019a5663447e17 (diff)
downloadchef-bc683b53cef6d87cea7abbdb4102d15edd246e1c.tar.gz
Allow chefstyle dependencies in windows verify tests
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
-rw-r--r--scripts/bk_tests/bk_win_functional.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bk_tests/bk_win_functional.ps1 b/scripts/bk_tests/bk_win_functional.ps1
index aea7819c90..1df1871221 100644
--- a/scripts/bk_tests/bk_win_functional.ps1
+++ b/scripts/bk_tests/bk_win_functional.ps1
@@ -24,7 +24,7 @@ ruby -v
bundle --version
Write-Output "--- bundle install"
-bundle install --jobs=3 --retry=3 --without omnibus_package docgen chefstyle
+bundle install --jobs=3 --retry=3 --without omnibus_package
Write-Output "+++ bundle exec rake spec:functional"
bundle exec rake spec:functional