knowsmore: disable failing test

This commit is contained in:
Fabian Affolter
2025-10-08 17:41:20 +02:00
parent 9f26f5fecd
commit 3f8fc8725b

View File

@@ -47,6 +47,11 @@ python3.pkgs.buildPythonApplication rec {
enabledTestPaths = [ "tests/tests*" ];
disabledTests = [
# Issue with later neo4j versions
"test_create_db"
];
meta = with lib; {
description = "Tool for pentesting Microsoft Active Directory";
homepage = "https://github.com/helviojunior/knowsmore";