[seam-commits] Seam SVN: r15653 - branches/enterprise/WFK-2_1/examples/openid/openid-ftest/src/test/java/org/jboss/seam/example/openid/test/graphene.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jan 22 10:53:10 EST 2014
Author: maschmid
Date: 2014-01-22 10:53:10 -0500 (Wed, 22 Jan 2014)
New Revision: 15653
Modified:
branches/enterprise/WFK-2_1/examples/openid/openid-ftest/src/test/java/org/jboss/seam/example/openid/test/graphene/OpenIdFunctionalTest.java
Log:
disable OpenId ftest for now
Modified: branches/enterprise/WFK-2_1/examples/openid/openid-ftest/src/test/java/org/jboss/seam/example/openid/test/graphene/OpenIdFunctionalTest.java
===================================================================
--- branches/enterprise/WFK-2_1/examples/openid/openid-ftest/src/test/java/org/jboss/seam/example/openid/test/graphene/OpenIdFunctionalTest.java 2014-01-21 18:54:13 UTC (rev 15652)
+++ branches/enterprise/WFK-2_1/examples/openid/openid-ftest/src/test/java/org/jboss/seam/example/openid/test/graphene/OpenIdFunctionalTest.java 2014-01-22 15:53:10 UTC (rev 15653)
@@ -30,16 +30,19 @@
import org.jboss.shrinkwrap.api.Archive;
import static org.junit.Assert.*;
import org.junit.Test;
+import org.junit.Ignore;
import org.junit.runner.RunWith;
/**
* This class tests basic functionality of Seam OpenId example.
+ * TODO: Use a mock OpenId service for testing this
*
* @author Martin Gencur
*
*/
@RunAsClient
@RunWith(Arquillian.class)
+ at Ignore // external openid server unreliable
public class OpenIdFunctionalTest extends SeamGrapheneTest {
@Deployment(testable = false)
More information about the seam-commits
mailing list