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