community/tor: disable failing test on x86_64

this passed in CI and also on this builder with the previous upgrade,
but back then failed on aarch64 & ppc64le (see 9483b7ba70baf2493002c23)
and now also failing here
This commit is contained in:
omni 2025-11-10 23:29:20 +00:00
parent 7accb19d69
commit e2d8a148b5

View File

@ -83,7 +83,7 @@ prepare() {
patch src/test/test_sandbox.c \
"$srcdir"/0004-disable-sandbox_chmod_n_rename-tests_patch
;;
ppc64le|x86)
ppc64le|x86*)
patch src/test/test_util.c \
"$srcdir"/0001-disable-wildcard-escaping-test_patch
;;