Skip to content

Commit

Permalink
Chevereto tests flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
metaprime committed Feb 2, 2025
1 parent 7cd39c8 commit 8f58eb4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@
import java.net.URI;
import java.net.URISyntaxException;

import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

import com.rarchives.ripme.ripper.rippers.CheveretoRipper;

public class CheveretoRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testSubdirAlbum1() throws IOException, URISyntaxException {
CheveretoRipper ripper = new CheveretoRipper(new URI("https://kenzato.uk/booru/album/TnEc").toURL());
testRipper(ripper);
}

@Test
@Tag("flaky")
public void testSubdirAlbum2() throws IOException, URISyntaxException {
CheveretoRipper ripper = new CheveretoRipper(new URI("https://kenzato.uk/booru/album/XWdIp").toURL());
testRipper(ripper);
Expand Down

0 comments on commit 8f58eb4

Please sign in to comment.