1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-22 21:43:06 +02:00

cyberdropripper fails sometimes, flaky

This commit is contained in:
soloturn
2021-02-28 10:59:49 +01:00
parent 0750558cac
commit cbe8fbb3da

View File

@@ -4,6 +4,7 @@ import com.rarchives.ripme.ripper.rippers.CyberdropRipper;
import com.rarchives.ripme.utils.Http;
import org.jsoup.nodes.Document;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import java.io.IOException;
@@ -29,6 +30,7 @@ public class CyberdropRipperTest extends RippersTest {
}
@Test
@Tag("flaky")
public void testCyberdropNumberOfFiles() throws IOException {
List<URL> testURLs = new ArrayList<URL>();