1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Do not run action cable tests in isolation

We don't have isolation tests for it yet.
This commit is contained in:
Rafael Mendonça França 2015-12-14 16:02:31 -02:00
parent 3d4a423cdc
commit f1ba5869ca

View file

@ -140,6 +140,7 @@ ENV['GEM'].split(',').each do |gem|
[false, true].each do |isolated| [false, true].each do |isolated|
next if ENV['TRAVIS_PULL_REQUEST'] && ENV['TRAVIS_PULL_REQUEST'] != 'false' && isolated next if ENV['TRAVIS_PULL_REQUEST'] && ENV['TRAVIS_PULL_REQUEST'] != 'false' && isolated
next if gem == 'railties' && isolated next if gem == 'railties' && isolated
next if gem == 'ac' && isolated
next if gem == 'aj:integration' && isolated next if gem == 'aj:integration' && isolated
next if gem == 'guides' && isolated next if gem == 'guides' && isolated