1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-21 13:11:27 +02:00

imgboxrppertest flaky

This commit is contained in:
soloturn
2021-02-28 17:24:46 +01:00
parent 9db885dbcd
commit 1f2cb3d6b9

View File

@@ -5,10 +5,12 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.ImgboxRipper;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class ImgboxRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testImgboxRip() throws IOException {
ImgboxRipper ripper = new ImgboxRipper(new URL("https://imgbox.com/g/FJPF7t26FD"));
testRipper(ripper);