I have a Rails project that ran fine on 1.0 and I have recently migrated to 2.0. All rspec
tests seem to run except the feature tests which hang and timeout.
I assume it might have something to do with phantomjs
that the feature tests are using.
I have rebuilt using SSH and am able to run all tests successfully from within the container (which I have also run locally to debug). It seems that running any of the feature tests will hang at some point.
Is there any hope for our test suite on 2.0? I assumed it was just a Docker container. But since it runs successfully locally is there something special about CircleCI’s implementation?