python310Packages.dissect-target: disable failing tests
This commit is contained in:
parent
96ccc11a63
commit
274cbb9c4e
1 changed files with 7 additions and 0 deletions
|
@ -105,6 +105,13 @@ buildPythonPackage rec {
|
|||
"test_exec_target_command"
|
||||
# Issue with tar file
|
||||
"test_tar_sensitive_drive_letter"
|
||||
# Tests compare dates and times
|
||||
"yum"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Tests are using Windows paths
|
||||
"tests/test_plugins_browsers.py"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue