Disabled test : BasicRippersTest#testXhamsterAlbums -- fix and re-enable or remove

This commit is contained in:
cyian-1756 2017-11-16 17:57:14 -05:00
parent 0b2ff13c3e
commit 18452c3800

View File

@ -278,8 +278,8 @@ public class BasicRippersTest extends RippersTest {
testRipper(ripper); testRipper(ripper);
} }
public void testXhamsterAlbums() throws IOException { // public void testXhamsterAlbums() throws IOException {
XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster.com/photos/gallery/sexy-preggo-girls-9026608")); // XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster.com/photos/gallery/sexy-preggo-girls-9026608"));
testRipper(ripper); // testRipper(ripper);
} // }
} }