Selectively disable unit tests that depend on external services
---------------------------------------------------------------
Key: ABDERA-39
URL: https://issues.apache.org/jira/browse/ABDERA-39
Project: Abdera
Issue Type: Improvement
Reporter: Adam Constabaris
Priority: Minor
Several unit tests depend on the availability of external services:
(parser) org.apache.abdera.test.parser.stax.FeedValidatorTest and
AtomConformanceTest
(security) org.apache.abdera.test.security.DSigThirdPartyVerifyTest
(feedvalidator.org, snellspace.com, and verisignlabs.com, respectively); when
these services
are unavailable or slow, a maven build may fail, take a long time, or even
hang; this also prevents
doing a full build while offline.
Will attach patch that adds a new profile "no-online-tests" to root pom.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.