mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-10 16:04:19 +02:00
Disable flaky nfsfw test (#291)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user