From 09cd505311af7dff87d344436a7f4a87b1763cd1 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Sun, 15 Aug 2021 06:39:48 +0200 Subject: [PATCH] [test] disable test_soundcloud temporarily --- tests/test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test.py b/tests/test.py index 5a86ee8f..1989455f 100644 --- a/tests/test.py +++ b/tests/test.py @@ -42,9 +42,9 @@ class YouGetTests(unittest.TestCase): def test_soundcloud(self): ## single song - soundcloud.download( - 'https://soundcloud.com/keiny-pham/impure-bird', info_only=True - ) + #soundcloud.download( + # 'https://soundcloud.com/keiny-pham/impure-bird', info_only=True + #) ## playlist #soundcloud.download( # 'https://soundcloud.com/anthony-flieger/sets/cytus', info_only=True