Marked HqpornerRipperTest as flaky
This commit is contained in:
parent
7e890bce2f
commit
87c2ba34dd
@ -1,6 +1,7 @@
|
||||
package com.rarchives.ripme.tst.ripper.rippers;
|
||||
|
||||
import com.rarchives.ripme.ripper.rippers.HqpornerRipper;
|
||||
import com.rarchives.ripme.utils.Utils;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.URL;
|
||||
@ -8,8 +9,10 @@ import java.net.URL;
|
||||
public class HqpornerRipperTest extends RippersTest{
|
||||
|
||||
public void testRip() throws IOException {
|
||||
HqpornerRipper ripper = new HqpornerRipper(new URL("https://hqporner.com/hdporn/84636-pool_lesson_with_a_cheating_husband.html"));
|
||||
testRipper(ripper);
|
||||
if (Utils.getConfigBoolean("test.run_flaky_tests", false)) {
|
||||
HqpornerRipper ripper = new HqpornerRipper(new URL("https://hqporner.com/hdporn/84636-pool_lesson_with_a_cheating_husband.html"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
}
|
||||
|
||||
public void testGetGID() throws IOException {
|
||||
|
Loading…
Reference in New Issue
Block a user