From 76e2072fd56bec2d0fdef289b9c642df54a577c1 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 17 May 2026 00:54:46 +0300 Subject: [PATCH] tectonic-unwrapped: small change to v2 test comment --- pkgs/by-name/te/tectonic-unwrapped/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/te/tectonic-unwrapped/package.nix b/pkgs/by-name/te/tectonic-unwrapped/package.nix index 68d0cd3f4d1e..b5c1f90efce5 100644 --- a/pkgs/by-name/te/tectonic-unwrapped/package.nix +++ b/pkgs/by-name/te/tectonic-unwrapped/package.nix @@ -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" ];