Hi, I see Vamsi uses the following strategy to disable failing unit test cases.
@Test
@Ignore("TUSCANY-xxxx") // Ignore the test case due to JIRA TUSCANY-xxxx
public void testMySrtuff() {
}
I think it's a very good practice we should follow to maintain a clean build
while keep track of the ignored failing test cases with JIRAs.
Thanks,Raymond
