3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #265753 from YorikSar/age-disable-flaky-test

age: skip flaky plugin test
This commit is contained in:
Peder Bergebakken Sundt 2023-11-09 01:25:43 +02:00 committed by GitHub
commit 0ecb27f37d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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