Skip to content

Commit d432d5f

Browse files
committed
[22953] Using selenium makes our tests fail
1 parent 74478bb commit d432d5f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/install

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ echo "Copy database configuration..."
4848

4949
pushd "${REDMINE_PATH}"
5050

51-
sed -i -E '/selenium-webdriver|capybara/d' Gemfile
52-
cat << EOF >> Gemfile
53-
group :test do
54-
gem 'capybara', '~> 3.12'
55-
gem 'selenium-webdriver', '~> 3.141'
56-
end
57-
EOF
58-
5951
(set -x; bundle config set --local without 'rmagick' ${BUNDLE_OPTS})
6052
(set -x; bundle install --without rmagick --jobs=3 --retry=3 ${BUNDLE_OPTS})
6153
(set -x; bundle exec rake generate_secret_token db:create:all db:migrate redmine:plugins:migrate db:test:prepare)

0 commit comments

Comments
 (0)