From 06bc21ccff99d2fb06c4b1b3cb7e8388751c78ff Mon Sep 17 00:00:00 2001 From: Pete Muir Date: Mon, 11 Oct 2010 17:02:25 +0100 Subject: [PATCH] WELD-687, Disable tests --- .../tests/proxy/privateconstructor/ProxyConstructorTest.java | 2 ++ .../test/java/org/jboss/weld/tests/proxy/weld56/ProxyTest.java | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/privateconstructor/ProxyConstructorTest.java b/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/privateconstructor/ProxyConstructorTest.java index 977c7abd78d..fcbdba8b784 100644 --- a/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/privateconstructor/ProxyConstructorTest.java +++ b/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/privateconstructor/ProxyConstructorTest.java @@ -24,12 +24,14 @@ import org.jboss.shrinkwrap.api.spec.WebArchive; import org.jboss.weld.tests.category.Integration; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import org.junit.experimental.categories.Category; import org.junit.runner.RunWith; @Category(Integration.class) @RunWith(Arquillian.class) +@Ignore // WELD-687 public class ProxyConstructorTest { @Deployment diff --git a/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld56/ProxyTest.java b/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld56/ProxyTest.java index ceb92f2012c..eb27065a53c 100644 --- a/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld56/ProxyTest.java +++ b/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld56/ProxyTest.java @@ -24,12 +24,14 @@ import org.jboss.shrinkwrap.api.spec.WebArchive; import org.jboss.weld.tests.category.Integration; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import org.junit.experimental.categories.Category; import org.junit.runner.RunWith; @Category(Integration.class) @RunWith(Arquillian.class) +@Ignore // WELD-687 public class ProxyTest { @Deployment