Disable flaky nfsfw test (#291)
This commit is contained in:
parent
86baf9cefe
commit
088c0d68a7
@ -6,8 +6,11 @@ import java.net.URL;
|
|||||||
import com.rarchives.ripme.ripper.rippers.NfsfwRipper;
|
import com.rarchives.ripme.ripper.rippers.NfsfwRipper;
|
||||||
|
|
||||||
public class NfsfwRipperTest extends RippersTest {
|
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 {
|
public void testNfsfwRip() throws IOException {
|
||||||
NfsfwRipper ripper = new NfsfwRipper(new URL("http://nfsfw.com/gallery/v/Kitten/"));
|
NfsfwRipper ripper = new NfsfwRipper(new URL("http://nfsfw.com/gallery/v/Kitten/"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user