ignore test

This commit is contained in:
Jesse McConnell 2012-08-10 10:48:44 -05:00
parent f92ebea9f0
commit 4d74adc1e5
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import com.acme.Derived;
@ -180,6 +181,7 @@ public class ObjectMBeanTest
}
@Test
@Ignore("ignore, used in testing jconsole atm")
public void testThreadPool() throws Exception
{
QueuedThreadPool qtp = new QueuedThreadPool();