Skip to content

Commit c0f1e6e

Browse files
committed
imgur tests flaky
1 parent 686b376 commit c0f1e6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public void testImgurURLFailures() throws IOException, URISyntaxException {
3939
}
4040

4141
@Test
42+
@Tag("flaky")
4243
public void testImgurAlbums() throws IOException, URISyntaxException {
4344
List<URL> contentURLs = new ArrayList<>();
4445
// URLs that should return more than 1 image
@@ -63,6 +64,7 @@ public void testImgurAlbums() throws IOException, URISyntaxException {
6364
}
6465

6566
@Test
67+
@Tag("flaky")
6668
public void testImgurUserAccount() throws IOException, URISyntaxException {
6769
List<String> contentURLs = new ArrayList<>();
6870
// URL with albums
@@ -89,6 +91,7 @@ public void testImgurSingleImage() throws IOException, URISyntaxException {
8991
}
9092

9193
@Test
94+
@Tag("flaky")
9295
public void testImgurAlbumWithMoreThan20Pictures() throws IOException, URISyntaxException {
9396
ImgurAlbum album = ImgurRipper.getImgurAlbum(new URI("http://imgur.com/a/HUMsq").toURL());
9497
Assertions.assertTrue(album.images.size() >= 20,

0 commit comments

Comments
 (0)