1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-09 07:16:45 +02:00

Furufanity test flaky

This commit is contained in:
soloturn
2024-09-08 16:01:27 +02:00
parent f39c8b9395
commit c94a9543b4

View File

@@ -31,6 +31,7 @@ public class FuraffinityRipperTest extends RippersTest {
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);