mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-18 03:31:24 +02:00
nhentairippertest flaky
This commit is contained in:
@@ -7,6 +7,7 @@ import java.util.List;
|
|||||||
import com.rarchives.ripme.ripper.rippers.NhentaiRipper;
|
import com.rarchives.ripme.ripper.rippers.NhentaiRipper;
|
||||||
import com.rarchives.ripme.utils.RipUtils;
|
import com.rarchives.ripme.utils.RipUtils;
|
||||||
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 NhentaiRipperTest extends RippersTest {
|
public class NhentaiRipperTest extends RippersTest {
|
||||||
@@ -22,6 +23,7 @@ public class NhentaiRipperTest extends RippersTest {
|
|||||||
|
|
||||||
// Test the tag black listing
|
// Test the tag black listing
|
||||||
@Test
|
@Test
|
||||||
|
@Tag("flaky")
|
||||||
public void testTagBlackList() throws IOException {
|
public void testTagBlackList() throws IOException {
|
||||||
URL url = new URL("https://nhentai.net/g/233295/");
|
URL url = new URL("https://nhentai.net/g/233295/");
|
||||||
NhentaiRipper ripper = new NhentaiRipper(url);
|
NhentaiRipper ripper = new NhentaiRipper(url);
|
||||||
|
Reference in New Issue
Block a user