1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-07-31 19:10:15 +02:00

Chevereto tests flaky

This commit is contained in:
MetaPrime
2025-02-02 03:05:02 -08:00
parent 7cd39c8621
commit 8f58eb41ea

View File

@@ -4,18 +4,21 @@ import java.io.IOException;
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);