Removed flaky unittest for PichunterRipper
This commit is contained in:
parent
5bb1e0debe
commit
b004b28c6c
@ -6,11 +6,14 @@ import java.net.URL;
|
|||||||
import com.rarchives.ripme.ripper.rippers.PichunterRipper;
|
import com.rarchives.ripme.ripper.rippers.PichunterRipper;
|
||||||
|
|
||||||
public class PichunterRipperTest extends RippersTest {
|
public class PichunterRipperTest extends RippersTest {
|
||||||
public void testPichunterModelPageRip() throws IOException {
|
|
||||||
// A non-photoset
|
// This test was commented out at 6/08/2018 because it was randomly failing due to issues with the site
|
||||||
PichunterRipper ripper = new PichunterRipper(new URL("https://www.pichunter.com/models/Madison_Ivy"));
|
// see https://github.com/RipMeApp/ripme/issues/867
|
||||||
testRipper(ripper);
|
// public void testPichunterModelPageRip() throws IOException {
|
||||||
}
|
// // A non-photoset
|
||||||
|
// PichunterRipper ripper = new PichunterRipper(new URL("https://www.pichunter.com/models/Madison_Ivy"));
|
||||||
|
// testRipper(ripper);
|
||||||
|
// }
|
||||||
|
|
||||||
public void testPichunterGalleryRip() throws IOException {
|
public void testPichunterGalleryRip() throws IOException {
|
||||||
// a photo set
|
// a photo set
|
||||||
|
Loading…
Reference in New Issue
Block a user