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:
Alex Osborne
2020-01-15 17:48:31 +09:00
parent 8e875bb17f
commit dcdaba3b10
@@ -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"));