Maintenance: Disable execution of ES RSpec tests in CircleCI env.

This commit is contained in:
Thorsten Eckel 2019-09-26 14:08:17 +02:00
parent f806ac3611
commit f0fdf7e7f3
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ bundle install --without "${INSTALL_OPTION}"
bundle exec rubocop
rake db:migrate
rake db:seed
bundle exec rspec -t ~type:system
bundle exec rspec -t ~type:system -t ~searchindex
bundle exec rake db:environment:set RAILS_ENV=test
rake db:reset
rake test:units

View file

@ -121,7 +121,7 @@ pre:github:
RAILS_ENV: "test"
script:
- bundle exec rake zammad:db:init
- bundle exec rspec -t ~type:system --t ~searchindex
- bundle exec rspec -t ~type:system -t ~searchindex
test:rspec:mysql:
stage: test