Skip to content

Commit 22e6f33

Browse files
TobiGrAudricV
authored andcommitted
Ignore SoundCloudGeoRestrictedTest until HLS stream extraction is added
The ContentNotSupportedException is thrown because no supported audio streams where extracted. However, SoundCLoud does not check, whether there are any streams available. This commit should be reverted in #526
1 parent 2115874 commit 22e6f33

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package org.schabi.newpipe.extractor.services.soundcloud;
22

33
import org.junit.BeforeClass;
4+
import org.junit.Ignore;
45
import org.junit.Test;
56
import org.schabi.newpipe.downloader.DownloaderTestImpl;
67
import org.schabi.newpipe.extractor.NewPipe;
@@ -23,6 +24,7 @@
2324
public class SoundcloudStreamExtractorTest {
2425
private static final String SOUNDCLOUD = "https://soundcloud.com/";
2526

27+
@Ignore("Ignore until #526 is merged. Throwing the ContentNotSupportedException is wrong and going to be fixed by that PR.")
2628
public static class SoundcloudGeoRestrictedTrack extends DefaultStreamExtractorTest {
2729
private static final String ID = "one-touch";
2830
private static final String UPLOADER = SOUNDCLOUD + "jessglynne";

0 commit comments

Comments
 (0)