summaryrefslogtreecommitdiff
path: root/scripts/bk_tests
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bk_tests')
-rwxr-xr-x[-rw-r--r--]scripts/bk_tests/bk_install.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/bk_tests/bk_install.sh b/scripts/bk_tests/bk_install.sh
index 87b6f61ff3..de74af151c 100644..100755
--- a/scripts/bk_tests/bk_install.sh
+++ b/scripts/bk_tests/bk_install.sh
@@ -4,7 +4,6 @@ gem uninstall bundler -a -x || true
gem install bundler -v $(grep :bundler omnibus_overrides.rb | cut -d'"' -f2)
bundle --version
rm -f .bundle/config
-bundle install --without ci docgen guard integration maintenance omnibus_package --frozen
# force all .rspec tests into progress display to reduce line count
echo --color > .rspec
echo -fp >> .rspec