Re #206: Update XhamsterRipperTest (cannot re-enable, still flaky in CI)
This commit is contained in:
parent
d1aad83d28
commit
24a05f736e
@ -6,9 +6,17 @@ import java.net.URL;
|
|||||||
import com.rarchives.ripme.ripper.rippers.XhamsterRipper;
|
import com.rarchives.ripme.ripper.rippers.XhamsterRipper;
|
||||||
|
|
||||||
public class XhamsterRipperTest extends RippersTest {
|
public class XhamsterRipperTest extends RippersTest {
|
||||||
// https://github.com/RipMeApp/ripme/issues/206 : Disabled test : BasicRippersTest#testXhamsterAlbums -- fix and re-enable
|
// https://github.com/RipMeApp/ripme/issues/206 - Disabled tests: XhamsterRipperTest test cases are flaky in Travis CI
|
||||||
// public void testXhamsterAlbums() throws IOException {
|
|
||||||
// XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster.com/photos/gallery/sexy-preggo-girls-9026608"));
|
/*
|
||||||
// testRipper(ripper);
|
public void testXhamsterAlbum1() throws IOException {
|
||||||
// }
|
XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster.com/photos/gallery/sexy-preggo-girls-9026608"));
|
||||||
|
testRipper(ripper);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void testXhamsterAlbum2() throws IOException {
|
||||||
|
XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster.com/photos/gallery/japanese-dolls-4-asahi-mizuno-7254664"));
|
||||||
|
testRipper(ripper);
|
||||||
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user