1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-02-21 06:32:42 +01:00

nhentairippertest flaky

This commit is contained in:
soloturn 2021-05-09 19:11:18 +02:00
parent 2d235fd490
commit 1911fb1d13

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