Commit 2e5986a5 authored by Yuriy Taraday's avatar Yuriy Taraday
Browse files

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.
parent d87836b3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";