Skip to content

Commit

Permalink
Merge pull request RipMeApp#2 from saladzic/xhamster-test-flaky
Browse files Browse the repository at this point in the history
Add Flaky-Tag to testXhamster2Album() and testXhamsterAlbumOneDomain()
  • Loading branch information
soloturn authored Feb 15, 2021
2 parents c10cbd0 + 00c7eac commit 4124c6d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public void testXhamsterAlbum1() throws IOException {
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);
Expand All @@ -28,6 +29,7 @@ public void testXhamsterAlbum2() throws IOException {
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);
Expand Down

0 comments on commit 4124c6d

Please sign in to comment.