Unverified Commit bfbbf800 authored by Ryan Lahfa's avatar Ryan Lahfa Committed by GitHub
Browse files

Merge pull request #257635 from mschwaig/fix-diffoscope-build

parents 12eb1e5d 7ef43e56
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -245,8 +245,13 @@ python3.pkgs.buildPythonApplication rec {
    "test_symlink_root"
  ];

  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
  disabledTestPaths = lib.optionals stdenv.isDarwin [
  ++ lib.optionals stdenv.isDarwin [
    "tests/comparators/test_git.py"
    "tests/comparators/test_java.py"
    "tests/comparators/test_uimage.py"