Navigation Menu

Skip to content

Commit

Permalink
re-enable test as WELD-574 is now resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored and pmuir committed Aug 26, 2010
1 parent 7e3f240 commit f211a0e
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -21,10 +21,8 @@
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shrinkwrap.api.BeanArchive;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.weld.tests.category.Broken;
import org.junit.Assert;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;

/**
Expand All @@ -44,7 +42,6 @@ public static Archive<?> deploy()
/*
* description = "WELD-568"
*/
@Category(Broken.class)
@Test
public void testInterceptorsWithHierarchy(Attacker player)
{
Expand Down

0 comments on commit f211a0e

Please sign in to comment.