1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-17 19:26:34 +02:00

vscoripper test flaky.

This commit is contained in:
soloturn
2021-12-26 15:20:13 +01:00
parent 73d37456bb
commit b605fdd35d

View File

@@ -3,6 +3,7 @@ package com.rarchives.ripme.tst.ripper.rippers;
import com.rarchives.ripme.ripper.rippers.VscoRipper;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import java.io.IOException;
@@ -28,6 +29,7 @@ public class VscoRipperTest extends RippersTest {
* @throws IOException
*/
@Test
@Tag("flaky")
public void testHyphenatedRip() throws IOException {
VscoRipper ripper = new VscoRipper(new URL("https://vsco.co/jolly-roger/gallery"));
testRipper(ripper);