Skip to content

Commit

Permalink
Furufanity test flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Sep 8, 2024
1 parent f39c8b9 commit c94a954
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public void testGetGID() throws IOException, URISyntaxException {
Assertions.assertEquals("mustardgas", ripper.getGID(url));
}
@Test
@Tag("flaky")
public void testLogin() throws IOException, URISyntaxException {
URL url = new URI("https://www.furaffinity.net/gallery/mustardgas/").toURL();
FuraffinityRipper ripper = new FuraffinityRipper(url);
Expand Down

0 comments on commit c94a954

Please sign in to comment.