Disable flaky nfsfw test (#291)

This commit is contained in:
metaprime 2017-11-29 02:08:39 -08:00
parent 86baf9cefe
commit 088c0d68a7

View File

@ -6,8 +6,11 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.NfsfwRipper;
public class NfsfwRipperTest extends RippersTest {
/*
// https://github.com/RipMeApp/ripme/issues/291 -- nfsfw "account suspended" error; disabled flaky test in CI
public void testNfsfwRip() throws IOException {
NfsfwRipper ripper = new NfsfwRipper(new URL("http://nfsfw.com/gallery/v/Kitten/"));
testRipper(ripper);
}
*/
}