Revert "gss: re-enable tests"

This reverts commit b83b5ef887d9a4deff327d71753c0bbb810f58a0.

Mass rebuild on Darwin, accidentally merged into master.

+5 -3
+5 -3
pkgs/development/libraries/gss/default.nix
··· 13 13 url = "mirror://gnu/gss/gss-${version}.tar.gz"; 14 14 hash = "sha256-7M6r3vTK4/znIYsuy4PrQifbpEtTthuMKy6IrgJBnHM="; 15 15 }; 16 - 17 - # krb5context test uses certificates that expired on 2024-07-11. 18 - # Reported to bug-gss@gnu.org with Message-ID: <87cyngavtt.fsf@alyssa.is>. 16 + # This test crashes now. Most likely triggered by expiration on 20240711. 19 17 postPatch = '' 20 18 rm tests/krb5context.c 21 19 ''; ··· 30 28 configureFlags = [ 31 29 "--${if withShishi then "enable" else "disable"}-kerberos5" 32 30 ]; 31 + 32 + # krb5context test uses certificates that expired on 2024-07-11. 33 + # Reported to bug-gss@gnu.org with Message-ID: <87cyngavtt.fsf@alyssa.is>. 34 + doCheck = !withShishi; 33 35 34 36 # Fixup .la files 35 37 postInstall = lib.optionalString withShishi ''