mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/tailscale: skip failing test on loongarch64 for real
quotes being treated literally caused the test to still run
This commit is contained in:
parent
a429740484
commit
a482fbec7b
@ -62,7 +62,7 @@ build() {
|
||||
check() {
|
||||
case "$CARCH" in
|
||||
loongarch64)
|
||||
_test_args="-skip 'TestAllEndpointsAreUpAndReturnExpectedResponse'"
|
||||
_test_args="-skip TestAllEndpointsAreUpAndReturnExpectedResponse"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user