From 9db885dbcd17c155e2c5685df32b65fffff0f111 Mon Sep 17 00:00:00 2001 From: soloturn Date: Sun, 28 Feb 2021 15:05:25 +0100 Subject: [PATCH] ArtStationRipperTest flaky --- .../ripme/tst/ripper/rippers/ArtStationRipperTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/test/java/com/rarchives/ripme/tst/ripper/rippers/ArtStationRipperTest.java b/src/test/java/com/rarchives/ripme/tst/ripper/rippers/ArtStationRipperTest.java index d7cf6cdf..e29a32ed 100644 --- a/src/test/java/com/rarchives/ripme/tst/ripper/rippers/ArtStationRipperTest.java +++ b/src/test/java/com/rarchives/ripme/tst/ripper/rippers/ArtStationRipperTest.java @@ -7,12 +7,13 @@ import java.util.List; 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; public class ArtStationRipperTest extends RippersTest { @Test + @Tag("flaky") public void testArtStationProjects() throws IOException { List contentURLs = new ArrayList<>(); contentURLs.add(new URL("https://www.artstation.com/artwork/the-dwarf-mortar")); @@ -25,7 +26,7 @@ public class ArtStationRipperTest extends RippersTest { } @Test - @Disabled("Failed with cloudflare protection") + @Tag("flaky") public void testArtStationUserProfiles() throws IOException { List contentURLs = new ArrayList<>(); contentURLs.add(new URL("https://www.artstation.com/heitoramatsu"));