about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-01 22:04:42 +0200
committerGitHub <noreply@github.com>2024-05-01 22:04:42 +0200
commit65220e7aa652241770ef585cb7a16bfc89266c5d (patch)
tree5574aea7e67e7baafbe35110a0a2c1b81b91c489 /pkgs/tools
parentbb8b3e7c4d45ab709ead594da5a77d3727693ab7 (diff)
parent65728a10aa9f09d3775d05965597782dfd550924 (diff)
Merge pull request #307379 from eclairevoyant/diffoscope-cbfs
diffoscope: reenable cbfs tests
Diffstat (limited to 'pkgs/tools')
-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"