mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-25 06:41:20 +02:00
MyhentaicomicsRipperTest flaky
This commit is contained in:
@@ -5,10 +5,12 @@ import java.net.URL;
|
|||||||
|
|
||||||
import com.rarchives.ripme.ripper.rippers.MyhentaicomicsRipper;
|
import com.rarchives.ripme.ripper.rippers.MyhentaicomicsRipper;
|
||||||
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 MyhentaicomicsRipperTest extends RippersTest {
|
public class MyhentaicomicsRipperTest extends RippersTest {
|
||||||
@Test
|
@Test
|
||||||
|
@Tag("flaky")
|
||||||
public void testMyhentaicomicsAlbum() throws IOException {
|
public void testMyhentaicomicsAlbum() throws IOException {
|
||||||
MyhentaicomicsRipper ripper = new MyhentaicomicsRipper(new URL("http://myhentaicomics.com/index.php/Nienna-Lost-Tales"));
|
MyhentaicomicsRipper ripper = new MyhentaicomicsRipper(new URL("http://myhentaicomics.com/index.php/Nienna-Lost-Tales"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
@@ -25,6 +27,7 @@ public class MyhentaicomicsRipperTest extends RippersTest {
|
|||||||
Assertions.assertEquals("2409", ripper.getGID(new URL("http://myhentaicomics.com/index.php/tag/2409/")));
|
Assertions.assertEquals("2409", ripper.getGID(new URL("http://myhentaicomics.com/index.php/tag/2409/")));
|
||||||
}
|
}
|
||||||
@Test
|
@Test
|
||||||
|
@Tag("flaky")
|
||||||
public void testGetAlbumsToQueue() throws IOException {
|
public void testGetAlbumsToQueue() throws IOException {
|
||||||
URL url = new URL("https://myhentaicomics.com/index.php/tag/3167/");
|
URL url = new URL("https://myhentaicomics.com/index.php/tag/3167/");
|
||||||
MyhentaicomicsRipper ripper = new MyhentaicomicsRipper(url);
|
MyhentaicomicsRipper ripper = new MyhentaicomicsRipper(url);
|
||||||
|
Reference in New Issue
Block a user