Forum Discussion
RJanecek
14 years agoRegular Contributor
you can disable this test: context.getTestSuite().getTestCaseByName(nameOfTestCase).setDisabled(true) and then this test isnt perform and in teardown script you can all test enabled again setDisabled(false)