Skip to content

Commit

Permalink
WELD-687, Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Oct 11, 2010
1 parent 10c228d commit 06bc21c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit 06bc21c

Please sign in to comment.