Skip to content

Commit

Permalink
WELD-1821 WFLY-3334 Disable MultiWarTest temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Jun 26, 2015
1 parent 6985fef commit 5af7e37
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -30,6 +30,7 @@
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.jboss.weld.tests.category.Integration;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
Expand All @@ -42,6 +43,7 @@
*/
@RunWith(Arquillian.class)
@Category(Integration.class)
@Ignore("WFLY-3334 - this test is ignored until a fixed version of WildFly 10 is generally available")
public class MultiWarTest {

@Deployment
Expand Down

0 comments on commit 5af7e37

Please sign in to comment.