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

imagebam, motherless tests flaky

This commit is contained in:
soloturn 2021-01-23 20:19:28 +01:00
parent c387460a95
commit dfb217179b
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.ImagebamRipper;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class ImagebamRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testImagebamRip() throws IOException {
ImagebamRipper ripper = new ImagebamRipper(new URL("http://www.imagebam.com/gallery/488cc796sllyf7o5srds8kpaz1t4m78i"));
testRipper(ripper);

View File

@ -5,10 +5,12 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.MotherlessRipper;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class MotherlessRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testMotherlessAlbumRip() throws IOException {
MotherlessRipper ripper = new MotherlessRipper(new URL("https://motherless.com/G1168D90"));
testRipper(ripper);