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