Skip to content

Commit

Permalink
Ignore ServletInjectionTestCase until WFLY-1730 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting authored and bstansberry committed Jul 31, 2013
1 parent 2a6623b commit 2365e76
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import org.jboss.as.test.integration.common.HttpRequest;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand All @@ -41,6 +42,7 @@
*/
@RunWith(Arquillian.class)
@RunAsClient
@Ignore("WFLY-1730")
public class ServletInjectionTestCase {

@ArquillianResource
Expand Down

0 comments on commit 2365e76

Please sign in to comment.