1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-17 12:48:24 +01:00

flaky test hentai, femjoy

This commit is contained in:
soloturn 2023-12-01 16:57:10 +01:00
parent 63760ea9b4
commit b080faaed8
2 changed files with 3 additions and 0 deletions

View File

@ -6,10 +6,12 @@ import java.net.URISyntaxException;
import com.rarchives.ripme.ripper.rippers.FemjoyhunterRipper;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class FemjoyhunterRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testRip() throws IOException, URISyntaxException {
FemjoyhunterRipper ripper = new FemjoyhunterRipper(new URI(
"https://www.femjoyhunter.com/alisa-i-got-nice-big-breasts-and-fine-ass-so-she-seems-to-be-a-hottest-brunette-5936/").toURL());

View File

@ -11,6 +11,7 @@ import org.junit.jupiter.api.Test;
public class HentaifoundryRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testHentaifoundryRip() throws IOException, URISyntaxException {
HentaifoundryRipper ripper = new HentaifoundryRipper(new URI("https://www.hentai-foundry.com/pictures/user/personalami").toURL());
testRipper(ripper);