Skip to content

Commit 5db1f52

Browse files
committed
NsfwXxxRipperTest: Disable flaky test
1 parent e1102b6 commit 5db1f52

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/test/java/com/rarchives/ripme/tst/ripper/rippers/NsfwXxxRipperTest.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
package com.rarchives.ripme.tst.ripper.rippers;
22

3-
import com.rarchives.ripme.ripper.rippers.NsfwXxxRipper;
4-
import org.junit.jupiter.api.Test;
5-
63
import java.io.IOException;
74
import java.net.URI;
85
import java.net.URISyntaxException;
96

7+
import org.junit.jupiter.api.Tag;
8+
import org.junit.jupiter.api.Test;
9+
10+
import com.rarchives.ripme.ripper.rippers.NsfwXxxRipper;
11+
1012
public class NsfwXxxRipperTest extends RippersTest {
1113
@Test
14+
@Tag("flaky")
1215
public void testNsfwXxxUser() throws IOException, URISyntaxException {
1316
NsfwXxxRipper ripper = new NsfwXxxRipper(new URI("https://nsfw.xxx/user/smay3991").toURL());
1417
testRipper(ripper);

0 commit comments

Comments
 (0)