Skip to content

Commit

Permalink
Disabled broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyian-1756 committed Aug 18, 2019
1 parent a2fe593 commit f9540bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
import java.net.URL;

import com.rarchives.ripme.ripper.rippers.ViewcomicRipper;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

public class ViewcomicRipperTest extends RippersTest {
@Test
@Test @Disabled("Ripper broken")
public void testViewcomicRipper() throws IOException {
ViewcomicRipper ripper = new ViewcomicRipper(new URL("https://view-comic.com/batman-no-mans-land-vol-1/"));
testRipper(ripper);
Expand Down

0 comments on commit f9540bd

Please sign in to comment.