Skip to content

Commit

Permalink
age: skip flaky plugin test
Browse files Browse the repository at this point in the history
See issue in upstream FiloSottile/age#517.
age sometimes fails this test, but sometimes it doesn't.
Disable this test until the upstream issue is resolved.
  • Loading branch information
YorikSar committed Nov 6, 2023
1 parent d87836b commit 2e5986a
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 2e5986a

Please sign in to comment.