forked from mirrors/nixpkgs
Merge pull request #265753 from YorikSar/age-disable-flaky-test
age: skip flaky plugin test
This commit is contained in:
commit
0ecb27f37d
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue