1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-23 14:02:54 +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; import java.net.URL;
public class BlackbrickroadofozRipperTest extends RippersTest { public class BlackbrickroadofozRipperTest extends RippersTest {
public void testRip() throws IOException { // Commented out on 02/04/2019 because the serve has been down for a while
BlackbrickroadofozRipper ripper = new BlackbrickroadofozRipper(new URL("http://www.blackbrickroadofoz.com/comic/beginning")); // public void testRip() throws IOException {
testRipper(ripper); // BlackbrickroadofozRipper ripper = new BlackbrickroadofozRipper(new URL("http://www.blackbrickroadofoz.com/comic/beginning"));
} // testRipper(ripper);
// }
} }