mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-09 23:36:51 +02:00
Furufanity test flaky
This commit is contained in:
@@ -31,6 +31,7 @@ public class FuraffinityRipperTest extends RippersTest {
|
|||||||
Assertions.assertEquals("mustardgas", ripper.getGID(url));
|
Assertions.assertEquals("mustardgas", ripper.getGID(url));
|
||||||
}
|
}
|
||||||
@Test
|
@Test
|
||||||
|
@Tag("flaky")
|
||||||
public void testLogin() throws IOException, URISyntaxException {
|
public void testLogin() throws IOException, URISyntaxException {
|
||||||
URL url = new URI("https://www.furaffinity.net/gallery/mustardgas/").toURL();
|
URL url = new URI("https://www.furaffinity.net/gallery/mustardgas/").toURL();
|
||||||
FuraffinityRipper ripper = new FuraffinityRipper(url);
|
FuraffinityRipper ripper = new FuraffinityRipper(url);
|
||||||
|
Reference in New Issue
Block a user