HBASE-14642 Disable flakey TestMultiParallel#testActiveThreadsCount
This commit is contained in:
parent
836afcc901
commit
39f6a4eb0b
|
@ -48,6 +48,7 @@ import org.junit.AfterClass;
|
|||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.experimental.categories.Category;
|
||||
|
||||
|
@ -142,7 +143,7 @@ public class TestMultiParallel {
|
|||
* @throws NoSuchFieldException
|
||||
* @throws SecurityException
|
||||
*/
|
||||
@Test(timeout=300000)
|
||||
@Ignore ("Nice bug flakey... expected 5 but was 4..") @Test(timeout=300000)
|
||||
public void testActiveThreadsCount() throws Exception {
|
||||
try (Connection connection = ConnectionFactory.createConnection(UTIL.getConfiguration())) {
|
||||
ThreadPoolExecutor executor = HTable.getDefaultExecutor(UTIL.getConfiguration());
|
||||
|
|
Loading…
Reference in New Issue