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:
parent
3d4a423cdc
commit
f1ba5869ca
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ ENV['GEM'].split(',').each do |gem|
|
|||
[false, true].each do |isolated|
|
||||
next if ENV['TRAVIS_PULL_REQUEST'] && ENV['TRAVIS_PULL_REQUEST'] != 'false' && isolated
|
||||
next if gem == 'railties' && isolated
|
||||
next if gem == 'ac' && isolated
|
||||
next if gem == 'aj:integration' && isolated
|
||||
next if gem == 'guides' && isolated
|
||||
|
||||
|
|
Loading…
Reference in a new issue