HBASE-12881 TestFastFail is not compatible with surefire.rerunFailingTestsCount

This commit is contained in:
Nick Dimiduk 2015-01-19 15:38:40 -08:00
parent f71b980d37
commit 3e777898aa
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class TestFastFail {
*/
@Before
public void setUp() throws Exception {
// Nothing to do.
MyPreemptiveFastFailInterceptor.numBraveSouls.set(0);
}
/**