1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-18 03:31:24 +02:00

nhentairippertest flaky

This commit is contained in:
soloturn
2021-05-09 19:11:18 +02:00
parent 4520924162
commit e90e6af9f7

View File

@@ -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);