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 75937eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

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 @@ -13,6 +13,7 @@ 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 75937eb

Please sign in to comment.