Skip to content

Commit 65bdb3b

Browse files
committed
[SoundCloud] Unignore ignored playlist tests
1 parent 1558da6 commit 65bdb3b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudPlaylistExtractorTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,14 +269,11 @@ public void testOriginalUrl() throws Exception {
269269
// ListExtractor
270270
//////////////////////////////////////////////////////////////////////////*/
271271

272-
@Ignore
273272
@Test
274273
public void testRelatedItems() throws Exception {
275274
defaultTestRelatedItems(extractor);
276275
}
277276

278-
//TODO: FUCK THIS: This triggers a 500 at sever
279-
@Ignore
280277
@Test
281278
public void testMoreRelatedItems() throws Exception {
282279
ListExtractor.InfoItemsPage<StreamInfoItem> currentPage = defaultTestMoreItems(extractor);
@@ -291,7 +288,6 @@ public void testMoreRelatedItems() throws Exception {
291288
// PlaylistExtractor
292289
//////////////////////////////////////////////////////////////////////////*/
293290

294-
@Ignore
295291
@Test
296292
public void testThumbnailUrl() {
297293
assertIsSecureUrl(extractor.getThumbnailUrl());

0 commit comments

Comments
 (0)