python3Packages.dissect-target: disable failing tests

This commit is contained in:
Jeremy Parker 2023-07-15 12:47:05 +10:00
parent 0c8447e186
commit bbd16e798c

View File

@ -1,4 +1,5 @@
{ lib
, stdenv
, asn1crypto
, buildPythonPackage
, defusedxml
@ -109,7 +110,11 @@ buildPythonPackage rec {
"test_tar_sensitive_drive_letter"
# Tests compare dates and times
"yum"
];
# Filesystem access, windows defender tests
"test_defender_quarantine_recovery"
] ++
# test is broken on Darwin
lib.optional stdenv.hostPlatform.isDarwin "test_fs_attrs_no_os_listxattr";
disabledTestPaths = [
# Tests are using Windows paths