Skip to content

Commit

Permalink
hentaidude flaky, or not existing.
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Jan 1, 2025
1 parent 8499c5f commit d0b97ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.rarchives.ripme.tst.ripper.rippers;

import com.rarchives.ripme.ripper.rippers.HentaidudeRipper;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

import java.io.IOException;
Expand All @@ -10,6 +11,7 @@
public class HentaidudeRipperTest extends RippersTest{

@Test
@Tag("flaky")
public void testRip() throws IOException, URISyntaxException {
HentaidudeRipper ripper = new HentaidudeRipper(new URI("https://hentaidude.com/girlfriends-4ever-dlc-2/").toURL());
testRipper(ripper);
Expand Down

0 comments on commit d0b97ac

Please sign in to comment.