unblob: skip romfs and yaffs handler tests (#519827)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-19 15:03:22 +00:00
committed by GitHub
+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 = {