Skip to content

Commit

Permalink
nhentairippertest flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed May 12, 2021
1 parent 4520924 commit e90e6af
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
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 {
Expand All @@ -22,6 +23,7 @@ public void testGetGID() throws IOException {

// 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);
Expand Down

0 comments on commit e90e6af

Please sign in to comment.