mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-07 14:26:36 +02:00
Merge pull request #465 from cyian-1756/wordpressunittest
Disabled flaky unit test
This commit is contained in:
@@ -83,10 +83,10 @@ public class WordpressComicRipperTest extends RippersTest {
|
|||||||
new URL("http://tnbtu.com/comic/01-00/"));
|
new URL("http://tnbtu.com/comic/01-00/"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
// https://github.com/RipMeApp/ripme/issues/269 - Disabled test - WordpressRipperTest: various domains flaky in CI
|
||||||
public void test_pepsaga() throws IOException {
|
// public void test_pepsaga() throws IOException {
|
||||||
WordpressComicRipper ripper = new WordpressComicRipper(
|
// WordpressComicRipper ripper = new WordpressComicRipper(
|
||||||
new URL("http://shipinbottle.pepsaga.com/?p=281"));
|
// new URL("http://shipinbottle.pepsaga.com/?p=281"));
|
||||||
testRipper(ripper);
|
// testRipper(ripper);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user