unblob: skip romfs and yaffs handler tests

This commit is contained in:
Harinn
2026-05-13 22:37:04 +07:00
parent e8f89b3417
commit 2988f532ac
+3
View File
@@ -130,6 +130,9 @@ python3.pkgs.buildPythonApplication rec {
"test_all_handlers[filesystem.extfs]"
# regression in erofs-utils 1.9 https://github.com/onekey-sec/unblob/commit/c7c9f20dd871a5694d41a95ca3041eb0c98e257a
"test_all_handlers[filesystem.android.erofs]"
# unblob's landlock sandbox denies hardlinks within the extract dir (EXDEV). https://github.com/onekey-sec/unblob/issues/1210
"test_all_handlers[filesystem.romfs]"
"test_all_handlers[filesystem.yaffs]"
];
passthru = {