Skip to content

Commit

Permalink
theyiffgalery flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Oct 26, 2020
1 parent 8ec221a commit 0720a2d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@

import com.rarchives.ripme.ripper.rippers.TheyiffgalleryRipper;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

public class TheyiffgalleryRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testTheyiffgallery() throws IOException {
TheyiffgalleryRipper ripper = new TheyiffgalleryRipper(new URL("https://theyiffgallery.com/index?/category/4303"));
testRipper(ripper);
Expand Down

0 comments on commit 0720a2d

Please sign in to comment.