File tree 1 file changed +3
-0
lines changed
src/test/java/com/rarchives/ripme/tst/ripper/rippers
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 4
4
import java .net .URI ;
5
5
import java .net .URISyntaxException ;
6
6
7
+ import org .junit .jupiter .api .Tag ;
7
8
import org .junit .jupiter .api .Test ;
8
9
9
10
import com .rarchives .ripme .ripper .rippers .CheveretoRipper ;
10
11
11
12
public class CheveretoRipperTest extends RippersTest {
12
13
@ Test
14
+ @ Tag ("flaky" )
13
15
public void testSubdirAlbum1 () throws IOException , URISyntaxException {
14
16
CheveretoRipper ripper = new CheveretoRipper (new URI ("https://kenzato.uk/booru/album/TnEc" ).toURL ());
15
17
testRipper (ripper );
16
18
}
17
19
18
20
@ Test
21
+ @ Tag ("flaky" )
19
22
public void testSubdirAlbum2 () throws IOException , URISyntaxException {
20
23
CheveretoRipper ripper = new CheveretoRipper (new URI ("https://kenzato.uk/booru/album/XWdIp" ).toURL ());
21
24
testRipper (ripper );
You can’t perform that action at this time.
0 commit comments