about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-27 22:52:01 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-29 22:51:39 -0400
commit65728a10aa9f09d3775d05965597782dfd550924 (patch)
treea811b3545607f0f8f084c458c0be5b3e714e452b /pkgs/tools/misc
parent3e67815f4e9c5e6719379185c2a44a3edff16c98 (diff)
diffoscope: reenable cbfs tests
fixed upstream in https://review.coreboot.org/c/coreboot/+/78239
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/diffoscope/default.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix
index 6d97581af26f6..c5ca89f54841d 100644
--- a/pkgs/tools/misc/diffoscope/default.nix
+++ b/pkgs/tools/misc/diffoscope/default.nix
@@ -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"