mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-28 08:10:11 +02:00
Removed Travis CI Unit Test bypass
This commit is contained in:
@@ -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
|
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
|
||||||
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
|
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user