Skip to content

Commit

Permalink
Merge pull request #265753 from YorikSar/age-disable-flaky-test
Browse files Browse the repository at this point in the history
age: skip flaky plugin test
  • Loading branch information
pbsds authored Nov 8, 2023
2 parents 057e623 + 2e5986a commit 0ecb27f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/tools/security/age/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ buildGoModule rec {
fi
'';

# plugin test is flaky, see https://github.com/FiloSottile/age/issues/517
checkFlags = [
"-skip" "TestScript/plugin"
];

meta = with lib; {
homepage = "https://age-encryption.org/";
description = "Modern encryption tool with small explicit keys";
Expand Down

0 comments on commit 0ecb27f

Please sign in to comment.