diff --git a/src/test/java/com/rarchives/ripme/tst/ripper/rippers/ThechiveRipperTest.java b/src/test/java/com/rarchives/ripme/tst/ripper/rippers/ThechiveRipperTest.java index 3e2e3f6c..f00432bc 100644 --- a/src/test/java/com/rarchives/ripme/tst/ripper/rippers/ThechiveRipperTest.java +++ b/src/test/java/com/rarchives/ripme/tst/ripper/rippers/ThechiveRipperTest.java @@ -56,10 +56,11 @@ public class ThechiveRipperTest extends RippersTest { /* * "i.thechive.com" test. */ - public void testIDotThechive() throws IOException { - ThechiveRipper ripper = new ThechiveRipper(new URL("https://i.thechive.com/HHHoney")); - testRipper(ripper); - } + // Commented out because the link is 404ing TODO: Change the link to a working one and reenable the test +// public void testIDotThechive() throws IOException { +// ThechiveRipper ripper = new ThechiveRipper(new URL("https://i.thechive.com/HHHoney")); +// testRipper(ripper); +// } /* *