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:26:41 -04:00
parent ae6c909954
commit 9a7fd58745

View File

@@ -56,10 +56,11 @@ public class ThechiveRipperTest extends RippersTest {
/* /*
* "i.thechive.com" test. * "i.thechive.com" test.
*/ */
public void testIDotThechive() throws IOException { // Commented out because the link is 404ing TODO: Change the link to a working one and reenable the test
ThechiveRipper ripper = new ThechiveRipper(new URL("https://i.thechive.com/HHHoney")); // public void testIDotThechive() throws IOException {
testRipper(ripper); // ThechiveRipper ripper = new ThechiveRipper(new URL("https://i.thechive.com/HHHoney"));
} // testRipper(ripper);
// }
/* /*
* *