How to skip a test case in Junit ? Can it be done by changing only the properties file instead modifying the code?

Some of my test cases are failing. I want the test cases to be failed shouldnt be shown. Is there is a way to skip only the test cases failing?