Skip to content

Commit

Permalink
WFLY-7747 Restore ClusteredSingleSignOnTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
pferraro committed Dec 14, 2016
1 parent 4a660f8 commit bbfb97c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import org.jboss.as.test.integration.web.sso.SSOTestBase;
import org.jboss.logging.Logger;
import org.jboss.shrinkwrap.api.Archive;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand All @@ -45,7 +44,6 @@
*/
@RunWith(Arquillian.class)
@RunAsClient
@Ignore("WFLY-7747")
public class ClusteredSingleSignOnTestCase extends ClusterAbstractTestCase {

private static Logger log = Logger.getLogger(ClusteredSingleSignOnTestCase.class);
Expand Down

0 comments on commit bbfb97c

Please sign in to comment.