[Makefile,devscripts/run_tests.sh] Actually exclude network tests
[youtube-dl] / devscripts / run_tests.sh
index 6ba26720dcc57929f2bad9550c5a256a3fc09953..dd37a80f5c8cdc37eda95293706fba5d4939a603 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
 
-DOWNLOAD_TESTS="age_restriction|download|subtitles|write_annotations|iqiyi_sdk_interpreter|youtube_lists"
+# Keep this list in sync with the `offlinetest` target in Makefile
+DOWNLOAD_TESTS="age_restriction|download|iqiyi_sdk_interpreter|socks|subtitles|write_annotations|youtube_lists|youtube_signature"
 
 test_set=""
 multiprocess_args=""