During some instance you wish not to run certain test but you might have to run them later, to do the people usually comment line using multi-line comment. In TestNG we can do this by simply passing false in the enable parameter of test annotation.
Syntax
@Test(enabled = value)
e.g, @Test(enabled =