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:
parent
10a1b12180
commit
ba29da02b3
@ -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
|
||||
|
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user