mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
boofuzz: mark broken on x86_64-darwin
This commit is contained in:
parent
90869787c5
commit
1f88f6a2c0
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
{ stdenv
|
||||
, lib
|
||||
, fetchFromGitHub
|
||||
, python3
|
||||
}:
|
||||
@ -50,5 +51,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
homepage = "https://github.com/jtpereyda/boofuzz";
|
||||
license = with licenses; [ gpl2Plus ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
# FAILED unit_tests/test_monitors.py::TestProcessMonitor::test_set_options_persistent
|
||||
broken = (stdenv.isDarwin && stdenv.isx86_64);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user