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 6a1fcf2b85
commit 8dccea9dd7

View File

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