boofuzz: disable failing test on darwin
This commit is contained in:
parent
40a7a7876e
commit
c2dc8b69b1
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||
"TestSocketConnection"
|
||||
# SyntaxError: invalid syntax, https://github.com/jtpereyda/boofuzz/issues/663
|
||||
"test_msg_60_bytes"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
"test_time_repeater"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue