diskbloom: disable failing TestScanAggregates test

This commit is contained in:
y3
2026-09-15 04:45:53 +01:00
parent d41ee1c341
commit 19b61b052d

View File

@@ -25,6 +25,11 @@ buildGoModule (finalAttrs: {
"-w"
"-X main.version=${finalAttrs.version}"
];
checkFlags = [
"-skip=TestScanAggregates"
];
doInstallCheck = true;
nativeInstallCheckInputs = [
versionCheckHook