Commit 3f8fc872 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

knowsmore: disable failing test

parent 9f26f5fe
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";