Merge pull request #120491 from SuperSandro2000/gdu

gdu: disable tests
wip/yesman
Fabian Affolter 3 years ago committed by GitHub
commit 2c07196584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      pkgs/tools/system/gdu/default.nix

@ -35,7 +35,14 @@ buildGoModule rec {
installManPage gdu.1
'';
doCheck = !(stdenv.isAarch64 || stdenv.isDarwin);
# tests fail with:
# dir_test.go:76:
# Error Trace: dir_test.go:76
# Error: Not equal:
# expected: 0
# actual : 512
# Test: TestFlags
doCheck = false;
meta = with lib; {
description = "Disk usage analyzer with console interface";

Loading…
Cancel
Save