From c8db2128f1063f05d326d6b363b04ff3d4af9a52 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Tue, 26 Sep 2017 15:08:59 +0000 Subject: [PATCH] Disable download tests for Travis CI The download tests for Travis CI currently never succeed. This noise is distracting and can also be demotivating because, without fault on the contributor's side, every pull request will be labelled: "All checks have failed". There is latent interest in fixing those tests, but these constant failures do not seem to encourage action. With the sheer amount of between 15 % and 25 % of tests failing, this also effectively precludes scenarios where someone will "just fix them" before committing a change or merging a pull request. This change therefore disables the download tests for Travis CI. Developers wanting to work on fixing them can easily (temporarily) reenable them. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f41e11137..0b9d9c800 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: sudo: false env: - YTDL_TEST_SET=core - - YTDL_TEST_SET=download +# - YTDL_TEST_SET=download script: ./devscripts/run_tests.sh notifications: email: