1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-21 05:01:30 +02:00

Add Flaky-Tag to testXhamster2Album() and testXhamsterAlbumOneDomain()

This commit is contained in:
Stefan Aladzic
2021-02-15 00:49:29 +01:00
parent f508366c66
commit 00c7eacf93

View File

@@ -18,6 +18,7 @@ public class XhamsterRipperTest extends RippersTest {
testRipper(ripper);
}
@Test
@Tag("flaky")
public void testXhamster2Album() throws IOException {
XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster2.com/photos/gallery/sexy-preggo-girls-9026608"));
testRipper(ripper);
@@ -28,6 +29,7 @@ public class XhamsterRipperTest extends RippersTest {
testRipper(ripper);
}
@Test
@Tag("flaky")
public void testXhamsterAlbumOneDomain() throws IOException {
XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster.one/photos/gallery/japanese-dolls-4-asahi-mizuno-7254664"));
testRipper(ripper);