Commit 99c1fe49 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.dissect-target: disable failing tests

parent d6965c9a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ buildPythonPackage rec {
  ];

  disabledTests = [
    "test_cpio"
    # Test requires rdump
    "test_exec_target_command"
    # Issue with tar file
@@ -127,7 +128,11 @@ buildPythonPackage rec {

  disabledTestPaths = [
    # Tests are using Windows paths
    "tests/plugins/apps/browser/test_browser.py"
    "tests/plugins/apps/browser/"
    # ValueError: Invalid Locate file magic. Expected /x00LOCATE02/x00
    "tests/plugins/os/unix/locate/"
    # Missing plugin support
    "tests/tools/test_reg.py"
  ];

  meta = with lib; {