Rather than disable those tests, I'd much rather that we develop some equivalent tests that we can add to our svn. Those particular tests help us to verify some rather important Atom conformance features.
- James Adam Constabaris (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/ABDERA-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Adam Constabaris updated ABDERA-39: > ----------------------------------- > > Attachment: pom-patch > > patch for java/trunk/pom.xml rev 510998 > >> 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 >> Attachments: pom-patch >> >> >> 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 >
