mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 19:47:48 +00:00
age: skip flaky plugin test
See issue in upstream https://github.com/FiloSottile/age/issues/517. age sometimes fails this test, but sometimes it doesn't. Disable this test until the upstream issue is resolved.
This commit is contained in:
parent
d87836b33e
commit
2e5986a5e5
@ -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 New Issue
Block a user