openscad-unstable: skip some tests

When building on aarch64-linux, these tests consistently fail.
This commit is contained in:
Jared Baur
2025-12-24 23:35:31 -08:00
parent accd181fd2
commit 44ffd31313
@@ -167,6 +167,13 @@ clangStdenv.mkDerivation rec {
dontUseNinjaCheck = true;
# These tests consistently fail when building on aarch64-linux
disabledTests = [
"export-svg_spec-paths-arcs01"
"export-svg-fill-stroke_spec-paths-arcs01"
"export-svg-fill-only_spec-paths-arcs01"
];
meta = {
description = "3D parametric model compiler (unstable)";
longDescription = ''