1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-07-31 19:10:15 +02:00

Disable ShesFreakyRipperTest (#254)

This commit is contained in:
metaprime
2017-11-21 03:17:08 -08:00
parent b296137b93
commit 164115bbdb

View File

@@ -6,8 +6,11 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.ShesFreakyRipper;
public class ShesFreakyRipperTest extends RippersTest {
// https://github.com/RipMeApp/ripme/issues/254
/*
public void testShesFreakyRip() throws IOException {
ShesFreakyRipper ripper = new ShesFreakyRipper(new URL("http://www.shesfreaky.com/gallery/nicee-snow-bunny-579NbPjUcYa.html"));
testRipper(ripper);
}
*/
}