Re-enable some critical tests

This commit is contained in:
Trustin Lee 2013-03-05 18:42:34 +09:00
parent c5f606e632
commit 6e5bb87219

View File

@ -79,7 +79,6 @@ public class LocalTransportThreadModelTest {
}
@Test(timeout = 30000)
@Ignore
public void testStagedExecutionMultiple() throws Throwable {
for (int i = 0; i < 10; i ++) {
testStagedExecution();
@ -87,7 +86,6 @@ public class LocalTransportThreadModelTest {
}
@Test(timeout = 5000)
@Ignore
public void testStagedExecution() throws Throwable {
EventLoopGroup l = new LocalEventLoopGroup(4, new PrefixThreadFactory("l"));
EventExecutorGroup e1 = new DefaultEventExecutorGroup(4, new PrefixThreadFactory("e1"));