Skip to content

Commit

Permalink
Exclude the test for WELD-1086 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Jun 6, 2012
1 parent 07dfc5c commit 2e0ce2e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -10,6 +10,7 @@
import org.jboss.shrinkwrap.api.asset.EmptyAsset;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand All @@ -33,6 +34,7 @@ public String someMethod() {
SomeService someService;

@Test
@Ignore("WELD-1086")
public void testStatelessCall() {
Assert.assertEquals("test", someService.someMethod());
}
Expand Down

0 comments on commit 2e0ce2e

Please sign in to comment.