boofuzz: mark broken on x86_64-darwin
This commit is contained in:
parent
90869787c5
commit
1f88f6a2c0
@ -1,4 +1,5 @@
|
|||||||
{ lib
|
{ stdenv
|
||||||
|
, lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, python3
|
, python3
|
||||||
}:
|
}:
|
||||||
@ -50,5 +51,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
homepage = "https://github.com/jtpereyda/boofuzz";
|
homepage = "https://github.com/jtpereyda/boofuzz";
|
||||||
license = with licenses; [ gpl2Plus ];
|
license = with licenses; [ gpl2Plus ];
|
||||||
maintainers = with maintainers; [ fab ];
|
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