gdu: skip failing test (#517856)

This commit is contained in:
zowoq
2026-05-08 01:28:11 +00:00
committed by GitHub
+1
View File
@@ -47,6 +47,7 @@ buildGoModule (finalAttrs: {
skippedTests = [
"TestStoredAnalyzer" # https://github.com/dundee/gdu/issues/371
"TestAnalyzePathWithIgnoring"
"TestTopDirFollowSymlink"
];
in
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];