@Test
@Ignore
@Ignore ("ignoring this test case for now")
a sample method would be:
@Ignore ("not going to test this method now") @Test public void test() { assertfalse(true); }