Merge pull request #868 from cyian-1756/pichunterTestFixes

Removed flaky unittest for PichunterRipper
This commit is contained in:
cyian-1756 2018-08-16 14:42:12 -04:00 committed by GitHub
commit b902873fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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