1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-09-08 21:20:51 +02:00

mark ImagefapRipperTest and YoupornRipperTest flaky

This commit is contained in:
soloturn
2020-11-26 18:11:22 +01:00
parent e967394eb7
commit 2cb6ae714f
2 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ public class ImagefapRipperTest extends RippersTest {
}
}
@Test
@Tag("flaky")
public void testImagefapGetAlbumTitle() throws IOException {
URL url = new URL("https://www.imagefap.com/gallery.php?gid=7789753");
ImagefapRipper ripper = new ImagefapRipper(url);

View File

@@ -1,6 +1,7 @@
package com.rarchives.ripme.tst.ripper.rippers;
import com.rarchives.ripme.ripper.rippers.YoupornRipper;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import java.io.IOException;
@@ -10,6 +11,7 @@ import java.util.List;
public class YoupornRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testYoupornRipper() throws IOException {
List<URL> contentURLs = new ArrayList<>();
contentURLs.add(new URL("http://www.youporn.com/watch/7669155/mrs-li-amateur-69-orgasm/?from=categ"));