Skip test unit test java code example
Example: junit test ignored
@Ignore
public class TestClass {
[...]
//JUnit will ignore this class for tests
}
@Ignore
public class TestClass {
[...]
//JUnit will ignore this class for tests
}