mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-24 22:55:45 +00:00
Disable test that connects to wwwb-dedup.us.archive.org
http://wwwb-dedup.us.archive.org:8083/web/timemap/cdx is currently returning 503 intermittently and so this is breaking Travis builds for unrelated changes.
This commit is contained in:
+3
-2
@@ -156,8 +156,9 @@ public class WbmPersistLoadProcessorTest extends TestCase {
|
||||
FetchHistoryProcessor fhp = new FetchHistoryProcessor();
|
||||
fhp.process(curi);
|
||||
}
|
||||
|
||||
public void testInnerProcessResultSingleShotWithRealServer() throws Exception {
|
||||
|
||||
// DISABLED: this relies on wwwb-dedup.us.archive.org which is intermittently returning 503
|
||||
public void xtestInnerProcessResultSingleShotWithRealServer() throws Exception {
|
||||
WbmPersistLoadProcessor t = new WbmPersistLoadProcessor();
|
||||
//CrawlURI curi = new CrawlURI(UURIFactory.getInstance("http://archive.org/"));
|
||||
CrawlURI curi = new CrawlURI(UURIFactory.getInstance("http://www.mext.go.jp/null.gif"));
|
||||
|
||||
Reference in New Issue
Block a user