unblob: disable tests which are incompatible with ubi_reader 0.8.10

Test assets have to be updated upstream to match the behavior of
current ubi_reader.

Should be reverted on next unblob release.
This commit is contained in:
László Vaskó
2025-04-23 16:59:31 +02:00
parent 8dd1d47b59
commit 686715f585
+7
View File
@@ -110,6 +110,13 @@ python3.pkgs.buildPythonApplication rec {
disabled = [
# https://github.com/tytso/e2fsprogs/issues/152
"test_all_handlers[filesystem.extfs]"
# Should be dropped after upgrading to next version
# Needs https://github.com/onekey-sec/unblob/pull/1128/commits/c6af67f0c6f32fa01d7abbf495eb0293e9184438
# Unfortunately patches touching LFS stored assets cannot be applied
"test_all_handlers[filesystem.ubi.ubi]"
"test_all_handlers[archive.dlink.encrpted_img]"
"test_all_handlers[archive.dlink.shrs]"
];
in
[