gdu: skip failing test (#517856)
This commit is contained in:
@@ -47,6 +47,7 @@ buildGoModule (finalAttrs: {
|
||||
skippedTests = [
|
||||
"TestStoredAnalyzer" # https://github.com/dundee/gdu/issues/371
|
||||
"TestAnalyzePathWithIgnoring"
|
||||
"TestTopDirFollowSymlink"
|
||||
];
|
||||
in
|
||||
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
|
||||
|
||||
Reference in New Issue
Block a user