Skip to content

Commit

Permalink
Merge pull request #10113 from honza889/WFLY-8644
Browse files Browse the repository at this point in the history
[WFLY-8644] unignored naming tests
  • Loading branch information
kabir committed Jun 12, 2017
2 parents 515fb81 + 12e4dd2 commit 57fbb2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@
import org.jboss.as.arquillian.container.ManagementClient;
import org.jboss.as.test.integration.security.common.ManagedCreateLdapServer;
import org.jboss.as.test.integration.security.common.Utils;
import org.jboss.as.test.shared.util.DisableInvocationTestUtil;
import org.jboss.logging.Logger;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand All @@ -77,15 +75,10 @@ public class LdapUrlInSearchBaseTestCase {
@ArquillianResource
URL webAppURL;

@BeforeClass
public static void beforeClass() {
DisableInvocationTestUtil.disable();
}

// Public methods --------------------------------------------------------

/**
* Creates {@link WebArchive} with the {@link OKServlet}.
* Creates {@link WebArchive} with the {@link LdapUrlTestServlet}.
*
* @return
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
import org.jboss.arquillian.test.api.ArquillianResource;
import org.jboss.as.arquillian.api.ServerSetup;
import org.jboss.as.test.manualmode.ejb.Util;
import org.jboss.as.test.shared.util.AssumeTestGroupUtil;
import org.jboss.jca.adapters.jdbc.spi.listener.ConnectionListener;
import org.jboss.logging.Logger;
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand All @@ -37,11 +35,6 @@ public class ConnectionListenerTestCase extends AbstractTestsuite {
@ArquillianResource
private Deployer deployer;

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

@Before
public void init() throws Exception {
this.context = Util.createNamingContext();
Expand Down

0 comments on commit 57fbb2c

Please sign in to comment.