Skip to content

Commit

Permalink
hetaicafe flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed May 9, 2021
1 parent 3b67271 commit 6aa7882
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
import java.net.URL;

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

public class HentaicafeRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testHentaiCafeAlbum() throws IOException {
HentaiCafeRipper ripper = new HentaiCafeRipper(new URL("https://hentai.cafe/kikuta-the-oni-in-the-room/"));
testRipper(ripper);
}
// This album has a line break (<br />) in the url. Test it to make sure ripme can handle these invalid urls
@Test
@Tag("flaky")
public void testAlbumWithInvalidChars() throws IOException {
HentaiCafeRipper ripper = new HentaiCafeRipper(new URL("https://hentai.cafe/chobipero-club/"));
testRipper(ripper);
Expand Down

0 comments on commit 6aa7882

Please sign in to comment.