community/tailscale: skip failing test on loongarch64 for real

quotes being treated literally caused the test to still run
This commit is contained in:
Celeste 2024-08-25 02:01:42 +00:00
parent a429740484
commit a482fbec7b

View File

@ -62,7 +62,7 @@ build() {
check() {
case "$CARCH" in
loongarch64)
_test_args="-skip 'TestAllEndpointsAreUpAndReturnExpectedResponse'"
_test_args="-skip TestAllEndpointsAreUpAndReturnExpectedResponse"
;;
esac