tests/abuild: skip remote initd tests

This test is flaky and relies on a file hosted remotely, which can be
unreachable. Ideally there should a way to have this file served from
the test suite itself, but this might be challenging to do without
adding dependencies.
This commit is contained in:
Kevin Daudt 2021-10-11 22:49:14 +02:00
parent 2a95c3d50c
commit a1975471ab
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ teardown() {
}
@test "abuild: reject remote initd script with improper shebang" {
skip 'flaky'
cd testrepo/invalid-initd/
sed 's#@source@#test.initd::https://tpaste.us/ovyL?.initd#' APKBUILD.in >APKBUILD