Gradle – How to exclude some tests
There are two ways to exclude some unit tests in Gradle. Test filtering (preferred option) Include and exclude Topics. 1. Gradle Test filtering 1.1 Test classes 1.2 Exclude tests from a package 1.3 Exclude a single test using a class name 1.4 Exclude a single method of a test class 1.5 Exclude test methods contains …