diffoscope: disable llvm test

The python script returns is unable
to determine llvm correctly, which
cases another error
main
Jonathan Ringer 2 years ago
parent e78ff05ee8
commit 2946c30628
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 3
      pkgs/tools/misc/diffoscope/default.nix

@ -77,6 +77,9 @@ python3Packages.buildPythonApplication rec {
# Failing because of file-v5.40 has a slightly different output.
# Upstream issue: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/271
"test_text_proper_indentation"
# fails because it fails to determine llvm version
"test_item3_deflate_llvm_bitcode"
] ++ lib.optionals stdenv.isDarwin [
# Disable flaky tests on Darwin
"test_non_unicode_filename"

Loading…
Cancel
Save