When writing code that interacts with external resources (such as using a web service or other network operation), I often structure the classes so that it can also be \"stu
As far as I can see you use gradle and API for JUnit says that annotation @Ignore disables test. I will add gradle task which will add @Ignore for those tests.