mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
snet: disable flaky test
This commit is contained in:
parent
298ab04967
commit
35cc8ee6c6
@ -17,6 +17,9 @@ buildGoModule {
|
||||
|
||||
vendorHash = "sha256-dubmCLeD8Fwe1msfLN+5WzdbFkfTRnZDU3F49gjWTS4=";
|
||||
|
||||
# flaky test, random failures
|
||||
checkFlags = [ "-skip=TestBloomfilter" ];
|
||||
|
||||
meta = {
|
||||
description = "Transparent proxy works on linux desktop, MacOS, router";
|
||||
homepage = "https://github.com/monsterxx03/snet";
|
||||
|
Loading…
Reference in New Issue
Block a user