1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-09-02 18:33:13 +02:00

booru test flaky

This commit is contained in:
soloturn
2022-01-03 08:02:58 +01:00
parent aab6ebd4f7
commit 822f78bba6

View File

@@ -7,10 +7,12 @@ import java.util.List;
import com.rarchives.ripme.ripper.rippers.BooruRipper;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class BooruRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testRip() throws IOException {
List<URL> passURLs = new ArrayList<>();
passURLs.add(new URL("https://xbooru.com/index.php?page=post&s=list&tags=furry"));