test: skip TEST-36 on s390x and powerpc

As QEMU there doesn't support NUMA nodes. Also, drop the now unneeded
deny-list file for Ubuntu CI.
This commit is contained in:
Frantisek Sumsal 2023-12-04 10:51:35 +01:00
parent 6743066875
commit fc55ef9b69
2 changed files with 5 additions and 0 deletions

View File

@ -14,4 +14,9 @@ else
QEMU_OPTIONS+=" -numa node,nodeid=0"
fi
if [[ "$(uname -m)" =~ ^(s390x|ppc)$ ]]; then
echo "QEMU doesn't support NUMA nodes on $(uname -m), skipping the test"
exit 0
fi
do_test "$@"