1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-16 20:28:15 +01:00

flickr test slow.

This commit is contained in:
soloturn 2023-06-15 14:30:12 +02:00
parent 2e41ee0b35
commit 5aeaf7d2b0

View File

@ -7,11 +7,12 @@ import java.net.URISyntaxException;
import com.rarchives.ripme.ripper.rippers.FlickrRipper;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class FlickrRipperTest extends RippersTest {
@Test
@Disabled("https://github.com/RipMeApp/ripme/issues/243")
@Tag("slow")
public void testFlickrAlbum() throws IOException, URISyntaxException {
FlickrRipper ripper = new FlickrRipper(
new URI("https://www.flickr.com/photos/leavingallbehind/sets/72157621895942720/").toURL());