1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-19 12:11:40 +02:00

switch off Aerisdies, ArtAlley, Thechive tests

This commit is contained in:
soloturn
2021-09-11 07:31:15 +02:00
parent 28b40d0a4c
commit 30f4cf3a39
3 changed files with 7 additions and 0 deletions

View File

@@ -25,12 +25,14 @@ public class AerisdiesRipperTest extends RippersTest {
}
@Test
@Tag("flaky")
public void testDjAlbum() throws IOException {
AerisdiesRipper ripper = new AerisdiesRipper(new URL("http://www.aerisdies.com/html/lb/douj_5230_1.html"));
testRipper(ripper);
}
@Test
@Tag("flaky")
public void testGetGID() throws IOException {
URL url = new URL("http://www.aerisdies.com/html/lb/douj_5230_1.html");
AerisdiesRipper ripper = new AerisdiesRipper(url);

View File

@@ -4,10 +4,12 @@ import java.io.IOException;
import java.net.URL;
import com.rarchives.ripme.ripper.rippers.ArtAlleyRipper;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
public class ArtAlleyRipperTest extends RippersTest {
@Test
@Disabled("website switched off")
public void testRip() throws IOException {
ArtAlleyRipper ripper = new ArtAlleyRipper(new URL("https://artalley.social/@curator/media"));
testRipper(ripper);

View File

@@ -26,6 +26,7 @@ package com.rarchives.ripme.tst.ripper.rippers;
import com.rarchives.ripme.ripper.rippers.ThechiveRipper;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import java.io.IOException;
@@ -43,6 +44,7 @@ public class ThechiveRipperTest extends RippersTest {
* @throws IOException
*/
@Test
@Tag("flaky")
public void testTheChiveRip() throws IOException {
ThechiveRipper ripper = new ThechiveRipper(new URL(
"https://thechive.com/2019/03/16/beautiful-badasses-lookin-good-in-and-out-of-uniform-35-photos/"));
@@ -50,6 +52,7 @@ public class ThechiveRipperTest extends RippersTest {
}
@Test
@Tag("flaky")
public void testTheChiveGif() throws IOException {
ThechiveRipper ripper = new ThechiveRipper(
new URL("https://thechive.com/2019/03/14/dont-tease-me-just-squeeze-me-20-gifs/"));