1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-17 04:38:18 +01:00

flaky tests chan, wordpresscomic

This commit is contained in:
soloturn 2023-12-09 15:00:08 +01:00
parent 10a1b12180
commit ba29da02b3
2 changed files with 3 additions and 0 deletions

View File

@ -17,10 +17,12 @@ import com.rarchives.ripme.ripper.rippers.ripperhelpers.ChanSite;
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;
public class ChanRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testChanURLPasses() throws IOException, URISyntaxException {
List<URL> passURLs = new ArrayList<>();
// URLs that should work

View File

@ -102,6 +102,7 @@ public class WordpressComicRipperTest extends RippersTest {
Assertions.assertEquals("8muses.download_lustomic-playkittens-josh-samuel-porn-comics-8-muses", ripper.getAlbumTitle(url));
}
@Test
@Tag("flaky")
public void test_spyingwithlana_download() throws IOException, URISyntaxException {
WordpressComicRipper ripper = new WordpressComicRipper(
new URI("http://spyingwithlana.com/comic/the-big-hookup/").toURL());