1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-17 19:26:34 +02:00

testHentaifoundry flaky, prevents rollout

This commit is contained in:
soloturn
2023-11-18 05:19:30 +01:00
parent 4a61ff97e5
commit 37ddf5575f

View File

@@ -6,6 +6,7 @@ import java.net.URISyntaxException;
import com.rarchives.ripme.ripper.rippers.HentaifoundryRipper;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class HentaifoundryRipperTest extends RippersTest {
@@ -15,12 +16,14 @@ public class HentaifoundryRipperTest extends RippersTest {
testRipper(ripper);
}
@Test
@Tag("flaky")
public void testHentaifoundryGetGID() throws IOException, URISyntaxException {
HentaifoundryRipper ripper = new HentaifoundryRipper(new URI("https://www.hentai-foundry.com/stories/user/Rakked").toURL());
testRipper(ripper);
Assertions.assertEquals("Rakked", ripper.getGID(new URI("https://www.hentai-foundry.com/stories/user/Rakked").toURL()));
}
@Test
@Tag("flaky")
public void testHentaifoundryPdfRip() throws IOException, URISyntaxException {
HentaifoundryRipper ripper = new HentaifoundryRipper(new URI("https://www.hentai-foundry.com/stories/user/Rakked").toURL());
testRipper(ripper);