We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3558dce commit 3f9dab7Copy full SHA for 3f9dab7
src/test/java/com/rarchives/ripme/tst/ripper/rippers/DribbbleRipperTest.java
@@ -10,6 +10,7 @@
10
11
public class DribbbleRipperTest extends RippersTest {
12
@Test
13
+ @Disabled("test or ripper broken")
14
public void testDribbbleRip() throws IOException, URISyntaxException {
15
DribbbleRipper ripper = new DribbbleRipper(new URI("https://dribbble.com/typogriff").toURL());
16
testRipper(ripper);
0 commit comments