1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-22 21:43:06 +02:00

mastodon, teenplane tests flaky

This commit is contained in:
soloturn
2021-12-20 03:24:36 +01:00
parent f39222d7bd
commit f1db4300c2
2 changed files with 4 additions and 0 deletions

View File

@@ -4,10 +4,12 @@ import java.io.IOException;
import java.net.URL;
import com.rarchives.ripme.ripper.rippers.MastodonRipper;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class MastodonRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testRip() throws IOException {
MastodonRipper ripper = new MastodonRipper(new URL("https://mastodon.social/@pythonhub/media"));
testRipper(ripper);

View File

@@ -5,10 +5,12 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.TeenplanetRipper;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class TeenplanetRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testTeenplanetRip() throws IOException {
TeenplanetRipper ripper = new TeenplanetRipper(new URL("http://teenplanet.org/galleries/the-perfect-side-of-me-6588.html"));
testRipper(ripper);