python310Packages.dissect-target: disable failing tests

This commit is contained in:
Fabian Affolter 2023-03-24 22:20:28 +01:00
parent 96ccc11a63
commit 274cbb9c4e

View file

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