1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-02-19 21:54:50 +01:00

AerisdiesRipperTest flaky

This commit is contained in:
soloturn 2021-03-28 08:35:55 +02:00
parent d2e248cb61
commit d11fdb6652

View File

@ -6,16 +6,19 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.AerisdiesRipper;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class AerisdiesRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testAlbum() throws IOException {
AerisdiesRipper ripper = new AerisdiesRipper(new URL("http://www.aerisdies.com/html/lb/alb_1097_1.html"));
testRipper(ripper);
}
@Test
@Tag("flaky")
public void testSubAlbum() throws IOException {
AerisdiesRipper ripper = new AerisdiesRipper(new URL("http://www.aerisdies.com/html/lb/alb_3692_1.html"));
testRipper(ripper);