mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-27 15:49:50 +02:00
Mark hentaiImage test as flaky
This commit is contained in:
@@ -4,10 +4,15 @@ import java.io.IOException;
|
|||||||
import java.net.URL;
|
import java.net.URL;
|
||||||
|
|
||||||
import com.rarchives.ripme.ripper.rippers.HentaiimageRipper;
|
import com.rarchives.ripme.ripper.rippers.HentaiimageRipper;
|
||||||
|
import com.rarchives.ripme.utils.Utils;
|
||||||
|
|
||||||
public class HentaiimageRipperTest extends RippersTest {
|
public class HentaiimageRipperTest extends RippersTest {
|
||||||
|
|
||||||
public void testHentaifoundryRip() throws IOException {
|
public void testHentaifoundryRip() throws IOException {
|
||||||
|
if (Utils.getConfigBoolean("test.run_flaky_tests", false)) {
|
||||||
HentaiimageRipper ripper = new HentaiimageRipper(new URL("https://hentai-image.com/image/afrobull-gerudo-ongoing-12/"));
|
HentaiimageRipper ripper = new HentaiimageRipper(new URL("https://hentai-image.com/image/afrobull-gerudo-ongoing-12/"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user