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.
This commit is contained in:
parent
02d01e15f1
commit
c8db2128f1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user