1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-17 11:20:56 +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.utils.RipUtils;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class NhentaiRipperTest extends RippersTest {
@@ -22,6 +23,7 @@ public class NhentaiRipperTest extends RippersTest {
// Test the tag black listing
@Test
@Tag("flaky")
public void testTagBlackList() throws IOException {
URL url = new URL("https://nhentai.net/g/233295/");
NhentaiRipper ripper = new NhentaiRipper(url);