mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-23 22:26:01 +00:00
Merge pull request #295 from internetarchive/disable-wbm-test
Disable test that connects to wwwb-dedup.us.archive.org
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