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)
+@Ignore // external openid server unreliable
public class OpenIdFunctionalTest extends SeamGrapheneTest {
@Deployment(testable = false)
Show replies by date