diffoscope: reenable cbfs tests

fixed upstream in https://review.coreboot.org/c/coreboot/+/78239
This commit is contained in:
éclairevoyant 2024-04-27 22:52:01 -04:00
parent 3e67815f4e
commit 65728a10aa
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -282,13 +282,7 @@ python.pkgs.buildPythonApplication rec {
"test_libmix_differences"
];
disabledTestPaths = [
# fails due to https://github.com/NixOS/nixpkgs/issues/256896
# should be removed once that issue is resolved in coreboot or diffoscope
"tests/comparators/test_cbfs.py"
]
# Flaky tests on Darwin
++ lib.optionals stdenv.isDarwin [
disabledTestPaths = lib.optionals stdenv.isDarwin [
"tests/comparators/test_git.py"
"tests/comparators/test_java.py"
"tests/comparators/test_uimage.py"