mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-15 11:50:09 +00:00
diskbloom: disable failing TestScanAggregates test
This commit is contained in:
@@ -25,6 +25,11 @@ buildGoModule (finalAttrs: {
|
||||
"-w"
|
||||
"-X main.version=${finalAttrs.version}"
|
||||
];
|
||||
|
||||
checkFlags = [
|
||||
"-skip=TestScanAggregates"
|
||||
];
|
||||
|
||||
doInstallCheck = true;
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
|
||||
Reference in New Issue
Block a user