tectonic-unwrapped: small change to v2 test comment

This commit is contained in:
Doron Behar
2026-05-17 00:54:46 +03:00
parent 38695ec42e
commit 76e2072fd5
@@ -108,7 +108,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
"--skip=tests::no_segfault_after_failed_compilation"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Test Panics only on Darwin, see:
# Another sandbox failing test, see:
# https://github.com/tectonic-typesetting/tectonic/issues/1352
"--skip=v2_watch_succeeds"
];