Skip to content

Commit

Permalink
Merge pull request #10161 from kwart/WFLY-8782-reenable-RemoteIdentit…
Browse files Browse the repository at this point in the history
…yTestCase

[WFLY-8782] reenable RemoteIdentityTestCase with elytron profile
  • Loading branch information
kabir committed Jun 12, 2017
2 parents afbfe66 + e3c5b4d commit a6f6aef
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -34,10 +34,8 @@
import org.jboss.as.arquillian.container.ManagementClient;
import org.jboss.as.test.integration.security.common.Utils;
import org.jboss.as.test.shared.integration.ejb.security.Util;
import org.jboss.as.test.shared.util.AssumeTestGroupUtil;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.wildfly.security.permission.ElytronPermission;
Expand All @@ -56,11 +54,6 @@ public class RemoteIdentityTestCase {
@ArquillianResource
private ManagementClient mgmtClient;

@BeforeClass
public static void beforeClass() {
AssumeTestGroupUtil.assumeElytronProfileTestsEnabled();
}

/**
* Creates a deployment application for this test.
*
Expand Down

0 comments on commit a6f6aef

Please sign in to comment.