boofuzz: disable failing test

This commit is contained in:
Fabian Affolter 2023-02-24 14:39:39 +01:00
parent 2d7d15c064
commit 40a7a7876e

View File

@ -12,8 +12,8 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jtpereyda"; owner = "jtpereyda";
repo = pname; repo = pname;
rev = "v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-mbxImm5RfYWq1JCCSvvG58Sxv2ad4BOh+RLvtNjQCKE="; hash = "sha256-mbxImm5RfYWq1JCCSvvG58Sxv2ad4BOh+RLvtNjQCKE=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
@ -42,6 +42,8 @@ python3.pkgs.buildPythonApplication rec {
"TestNoResponseFailure" "TestNoResponseFailure"
"TestProcessMonitor" "TestProcessMonitor"
"TestSocketConnection" "TestSocketConnection"
# SyntaxError: invalid syntax, https://github.com/jtpereyda/boofuzz/issues/663
"test_msg_60_bytes"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [