python312Packages.dissect-target: disable failing tests
This commit is contained in:
parent
d6965c9ac1
commit
99c1fe49f7
1 changed files with 6 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue