disable testng test code example
Example: disable test in testng
To ignore the test case, we use the (enabled = false) parameter :
@Test(enabled=false)
To ignore the test case, we use the (enabled = false) parameter :
@Test(enabled=false)