1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-22 13:33:18 +02:00

Commented out failing test

This commit is contained in:
cyian-1756
2019-04-02 16:30:33 -04:00
parent 9a7fd58745
commit df95109cd8

View File

@@ -6,8 +6,9 @@ import java.io.IOException;
import java.net.URL;
public class BlackbrickroadofozRipperTest extends RippersTest {
public void testRip() throws IOException {
BlackbrickroadofozRipper ripper = new BlackbrickroadofozRipper(new URL("http://www.blackbrickroadofoz.com/comic/beginning"));
testRipper(ripper);
}
// Commented out on 02/04/2019 because the serve has been down for a while
// public void testRip() throws IOException {
// BlackbrickroadofozRipper ripper = new BlackbrickroadofozRipper(new URL("http://www.blackbrickroadofoz.com/comic/beginning"));
// testRipper(ripper);
// }
}