knowsmore: disable failing test
This commit is contained in:
@@ -47,6 +47,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
enabledTestPaths = [ "tests/tests*" ];
|
enabledTestPaths = [ "tests/tests*" ];
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
# Issue with later neo4j versions
|
||||||
|
"test_create_db"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool for pentesting Microsoft Active Directory";
|
description = "Tool for pentesting Microsoft Active Directory";
|
||||||
homepage = "https://github.com/helviojunior/knowsmore";
|
homepage = "https://github.com/helviojunior/knowsmore";
|
||||||
|
|||||||
Reference in New Issue
Block a user