This same build was passing few days back and also it passes locally. What can i do to ensure it passes build on circleci? If i change the test cases that failing on circleci they might fail on my local as well, so how can i avoid this deadlock and focus on getting my builds passed?
First, it looks like you are building a JS app for iOS and Android which is not officially supported so your mileage may vary.
This same build was passing few days back
What has changed since the last successful build? Typically its has to do with dependencies. Did you try to rebuild without cache in case something funky is going on with node_modules?
Hi Lev,
Thanks for checking this out. But I tried building it without cache just now and it still gave me that same 7 test case failures which I am not able to reproduce on my local https://circleci.com/gh/crossroads/stock.goodcity/1091#tests
Also about
"First, it looks like you are building a JS app for iOS and Android which is not officially supported so your mileage may vary."
It is a cordova app, so it works for Android and iOS.