Skip to content

Commit

Permalink
Removing exlusion
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Jul 31, 2015
1 parent 3bc6da9 commit f8e33a8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.asset.StringAsset;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.jboss.wsf.test.IgnoreContainer;
import org.jboss.wsf.test.JBossWSTest;
import org.jboss.wsf.test.JBossWSTestHelper;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand All @@ -60,8 +58,6 @@
@RunWith(Arquillian.class)
public final class UsernameAuthorizationDigestEjbTestCase extends JBossWSTest
{
@Rule
public IgnoreContainer rule = new IgnoreContainer("[JBWS-3916] Remove the workaround for JBWS-3843", "wildfly820");
@ArquillianResource
private URL baseURL;

Expand Down

0 comments on commit f8e33a8

Please sign in to comment.