tectonic-unwrapped: small change to v2 test comment (#521108)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-17 06:18:07 +00:00
committed by GitHub
@@ -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"
];