diffoscope: disable flaky test_non_unicode_filename test (#423094)

This commit is contained in:
Connor Baker
2025-07-17 01:49:04 -07:00
committed by GitHub
+3 -1
View File
@@ -278,10 +278,12 @@ python.pkgs.buildPythonApplication rec {
# Fails because it fails to determine llvm version
"test_item3_deflate_llvm_bitcode"
# Flaky test on Linux and Darwin
"test_non_unicode_filename"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Disable flaky tests on Darwin
"test_non_unicode_filename"
"test_listing"
"test_symlink_root"