mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-18 19:51:35 +02:00
testHentaifoundry flaky, prevents rollout
This commit is contained in:
@@ -6,6 +6,7 @@ import java.net.URISyntaxException;
|
|||||||
|
|
||||||
import com.rarchives.ripme.ripper.rippers.HentaifoundryRipper;
|
import com.rarchives.ripme.ripper.rippers.HentaifoundryRipper;
|
||||||
import org.junit.jupiter.api.Assertions;
|
import org.junit.jupiter.api.Assertions;
|
||||||
|
import org.junit.jupiter.api.Tag;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
public class HentaifoundryRipperTest extends RippersTest {
|
public class HentaifoundryRipperTest extends RippersTest {
|
||||||
@@ -15,12 +16,14 @@ public class HentaifoundryRipperTest extends RippersTest {
|
|||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
@Test
|
@Test
|
||||||
|
@Tag("flaky")
|
||||||
public void testHentaifoundryGetGID() throws IOException, URISyntaxException {
|
public void testHentaifoundryGetGID() throws IOException, URISyntaxException {
|
||||||
HentaifoundryRipper ripper = new HentaifoundryRipper(new URI("https://www.hentai-foundry.com/stories/user/Rakked").toURL());
|
HentaifoundryRipper ripper = new HentaifoundryRipper(new URI("https://www.hentai-foundry.com/stories/user/Rakked").toURL());
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
Assertions.assertEquals("Rakked", ripper.getGID(new URI("https://www.hentai-foundry.com/stories/user/Rakked").toURL()));
|
Assertions.assertEquals("Rakked", ripper.getGID(new URI("https://www.hentai-foundry.com/stories/user/Rakked").toURL()));
|
||||||
}
|
}
|
||||||
@Test
|
@Test
|
||||||
|
@Tag("flaky")
|
||||||
public void testHentaifoundryPdfRip() throws IOException, URISyntaxException {
|
public void testHentaifoundryPdfRip() throws IOException, URISyntaxException {
|
||||||
HentaifoundryRipper ripper = new HentaifoundryRipper(new URI("https://www.hentai-foundry.com/stories/user/Rakked").toURL());
|
HentaifoundryRipper ripper = new HentaifoundryRipper(new URI("https://www.hentai-foundry.com/stories/user/Rakked").toURL());
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
|
Reference in New Issue
Block a user