mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
azurehound: skip flaky TestBatch
This commit is contained in:
@@ -27,6 +27,9 @@ buildGoModule (finalAttrs: {
|
||||
"-X=github.com/bloodhoundad/azurehound/v2/constants.Version=${finalAttrs.version}"
|
||||
];
|
||||
|
||||
# flaky: races a 5ms sleep against a 5ms batch timeout
|
||||
checkFlags = [ "-skip=^TestBatch$" ];
|
||||
|
||||
doInstallCheck = true;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user