Skip to content

Commit 5a3070e

Browse files
committed
XvideosRipperTest: Disable flaky tests
1 parent 5db1f52 commit 5a3070e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/rarchives/ripme/tst/ripper/rippers/XvideosRipperTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
public class XvideosRipperTest extends RippersTest {
1313
@Test
14+
@Tag("flaky")
1415
public void testXvideosVideo1() throws IOException, URISyntaxException {
1516
// This format is obsolete
1617
// XvideosRipper ripper = new XvideosRipper(new
@@ -29,6 +30,7 @@ public void testXvideosVideo2() throws IOException, URISyntaxException {
2930
}
3031

3132
@Test
33+
@Tag("flaky")
3234
public void testXvideosAmateursAlbum() throws IOException, URISyntaxException {
3335
XvideosRipper ripper = new XvideosRipper(
3436
new URI("https://www.xvideos.com/amateurs/nikibeee/photos/2476083/lanikki").toURL());

0 commit comments

Comments
 (0)