Skip to content

Commit

Permalink
[Ignore #903] Undertow component incompatible with WildFly
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Diesler committed Nov 16, 2015
1 parent 9e509a8 commit 2569412
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -37,6 +37,7 @@
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.wildfly.camel.test.common.HttpRequest;
Expand All @@ -46,6 +47,7 @@

@CamelAware
@RunWith(Arquillian.class)
@Ignore("[#903] Undertow component incompatible with WildFly")
public class UndertowIntegrationTest {

@Deployment
Expand Down

0 comments on commit 2569412

Please sign in to comment.