Merge pull request #265753 from YorikSar/age-disable-flaky-test

age: skip flaky plugin test

authored by Peder Bergebakken Sundt and committed by GitHub 0ecb27f3 057e623f

+5
+5
pkgs/tools/security/age/default.nix
··· 53 53 fi 54 54 ''; 55 55 56 + # plugin test is flaky, see https://github.com/FiloSottile/age/issues/517 57 + checkFlags = [ 58 + "-skip" "TestScript/plugin" 59 + ]; 60 + 56 61 meta = with lib; { 57 62 homepage = "https://age-encryption.org/"; 58 63 description = "Modern encryption tool with small explicit keys";