mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 15:33:28 +00:00
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:
parent
2a95c3d50c
commit
a1975471ab
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user