tectonic-unwrapped: skip failing test on Darwin

This commit is contained in:
Doron Behar
2026-04-19 17:51:14 +03:00
parent 818bce69d9
commit a88b601ea3
@@ -98,6 +98,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
# Test fails due to tectonic bundle missing and can't be downloaded in the
# sandbox
"--skip=tests::no_segfault_after_failed_compilation"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Test Panics only on Darwin, see:
# https://github.com/tectonic-typesetting/tectonic/issues/1352
"--skip=v2_watch_succeeds"
];
doCheck = true;