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:
Yuriy Taraday 2023-11-06 00:41:36 +01:00
parent d87836b33e
commit 2e5986a5e5

View File

@ -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";