From e1e1503b08c037ec0eb06c6c951240d004cf342b Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Sun, 15 Aug 2021 06:44:15 +0200 Subject: [PATCH] [test] disable test_soundcloud temporarily --- tests/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.py b/tests/test.py index 1989455f..4a2a117c 100644 --- a/tests/test.py +++ b/tests/test.py @@ -40,7 +40,7 @@ class YouGetTests(unittest.TestCase): def test_acfun(self): acfun.download('https://www.acfun.cn/v/ac11701912', info_only=True) - def test_soundcloud(self): + #def test_soundcloud(self): ## single song #soundcloud.download( # 'https://soundcloud.com/keiny-pham/impure-bird', info_only=True