python312Packages.dissect-target: disable failing tests

This commit is contained in:
Fabian Affolter 2024-03-08 09:59:27 +01:00
parent d6965c9ac1
commit 99c1fe49f7

View File

@ -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; {