mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-10 09:10:30 +03:00
gitlab-ci: temp disable some tests on Debian/testing
build-tools needs an update before these tests will work again.
This commit is contained in:
parent
b70ede6761
commit
6816ef15dd
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ debian_testing:
|
|||
- export LANG=C.UTF-8
|
||||
- cd tests
|
||||
- rm -f install.TestCase # fails frequently and is unimportant
|
||||
- # Debian's build-tools is too old, remove once the package has been updated
|
||||
- sed -i '/android.permission.READ_EXTERNAL_STORAGE/d' tests/repo/index.xml
|
||||
- sed -i '/^diff -uw .*index-v1.json$/d' tests/run-tests
|
||||
- ./run-tests
|
||||
|
||||
ubuntu_lts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue