boofuzz: disable failing test on darwin

This commit is contained in:
Fabian Affolter 2023-02-26 12:24:39 +01:00 committed by GitHub
parent 40a7a7876e
commit c2dc8b69b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [