Skip to content

Commit 3f9dab7

Browse files
committed
Disable broken DribbbleRipperTest
1 parent 3558dce commit 3f9dab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
public class DribbbleRipperTest extends RippersTest {
1212
@Test
13+
@Disabled("test or ripper broken")
1314
public void testDribbbleRip() throws IOException, URISyntaxException {
1415
DribbbleRipper ripper = new DribbbleRipper(new URI("https://dribbble.com/typogriff").toURL());
1516
testRipper(ripper);

0 commit comments

Comments
 (0)