Temporarily exclude test until race condition is analyzed and fixed

This commit is contained in:
Martin Krasser 2011-09-15 09:46:12 +02:00
parent 7e2af6a9b9
commit 43edfb09e5

View file

@ -4,6 +4,7 @@ import akka.japi.SideEffect;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import static akka.actor.Actors.*;
@ -28,7 +29,11 @@ public class ConsumerJavaTestBase {
registry().local().shutdownAll();
}
@Test
@Test @Ignore // TODO: fix race
// org.apache.camel.CamelExchangeException: No consumers available
// on endpoint: Endpoint[direct://error-handler-test-java]
public void shouldHandleExceptionThrownByActorAndGenerateCustomResponse() {
getMandatoryService().awaitEndpointActivation(1, new SideEffect() {
public void apply() {