Unverified Commit 65220e7a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #307379 from eclairevoyant/diffoscope-cbfs

diffoscope: reenable cbfs tests
parents bb8b3e7c 65728a10
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -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"