Removed Travis CI Unit Test bypass
This commit is contained in:
parent
4beac66d3b
commit
813da96c6f
@ -7,12 +7,9 @@ import com.rarchives.ripme.ripper.rippers.video.MulemaxRipper;
|
|||||||
import com.rarchives.ripme.utils.Utils;
|
import com.rarchives.ripme.utils.Utils;
|
||||||
|
|
||||||
public class MulemaxRipperTest extends RippersTest {
|
public class MulemaxRipperTest extends RippersTest {
|
||||||
|
|
||||||
public void testMulemaxVideo() throws IOException {
|
public void testMulemaxVideo() throws IOException {
|
||||||
// This test fails on the CI so we skip it unless running locally
|
|
||||||
if (Utils.getConfigBoolean("test.run_flaky_tests", false)) {
|
|
||||||
MulemaxRipper ripper = new MulemaxRipper(new URL("https://mulemax.com/video/1720/emma-and-her-older-sissy-are-home-for-a-holiday-break")); //pick any video from the front page
|
MulemaxRipper ripper = new MulemaxRipper(new URL("https://mulemax.com/video/1720/emma-and-her-older-sissy-are-home-for-a-holiday-break")); //pick any video from the front page
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user