Skip to content

Commit

Permalink
ehentai test switch on, listal switch off
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Dec 13, 2024
1 parent e86161d commit ca96ce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@

import com.rarchives.ripme.ripper.rippers.EHentaiRipper;
import com.rarchives.ripme.utils.RipUtils;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.*;

public class EhentaiRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testEHentaiAlbum() throws IOException, URISyntaxException {
EHentaiRipper ripper = new EHentaiRipper(new URI("https://e-hentai.org/g/1144492/e823bdf9a5/").toURL());
testRipper(ripper);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
import java.net.URISyntaxException;

import com.rarchives.ripme.ripper.rippers.ListalRipper;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.*;

public class ListalRipperTest extends RippersTest {

/**
* Test for list type url.
*/
@Test
@Tag("flaky")
public void testPictures() throws IOException, URISyntaxException {
ListalRipper ripper =
new ListalRipper(new URI("https://www.listal.com/emma-stone_iii/pictures").toURL());
Expand All @@ -23,6 +24,7 @@ public void testPictures() throws IOException, URISyntaxException {
* Test for list type url.
*/
@Test
@Tag("flaky")
public void testRipListType() throws IOException, URISyntaxException {
ListalRipper ripper =
new ListalRipper(new URI("https://www.listal.com/list/evolution-emma-stone").toURL());
Expand Down

0 comments on commit ca96ce8

Please sign in to comment.