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

ArtStationRipperTest flaky

This commit is contained in:
soloturn
2021-02-28 15:05:25 +01:00
parent 6476611101
commit 9db885dbcd

View File

@@ -7,12 +7,13 @@ import java.util.List;
import com.rarchives.ripme.ripper.rippers.ArtStationRipper; import com.rarchives.ripme.ripper.rippers.ArtStationRipper;
import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
public class ArtStationRipperTest extends RippersTest { public class ArtStationRipperTest extends RippersTest {
@Test @Test
@Tag("flaky")
public void testArtStationProjects() throws IOException { public void testArtStationProjects() throws IOException {
List<URL> contentURLs = new ArrayList<>(); List<URL> contentURLs = new ArrayList<>();
contentURLs.add(new URL("https://www.artstation.com/artwork/the-dwarf-mortar")); contentURLs.add(new URL("https://www.artstation.com/artwork/the-dwarf-mortar"));
@@ -25,7 +26,7 @@ public class ArtStationRipperTest extends RippersTest {
} }
@Test @Test
@Disabled("Failed with cloudflare protection") @Tag("flaky")
public void testArtStationUserProfiles() throws IOException { public void testArtStationUserProfiles() throws IOException {
List<URL> contentURLs = new ArrayList<>(); List<URL> contentURLs = new ArrayList<>();
contentURLs.add(new URL("https://www.artstation.com/heitoramatsu")); contentURLs.add(new URL("https://www.artstation.com/heitoramatsu"));