Skip to content

Commit 835a795

Browse files
authored
diffoscope: disable flaky test_non_unicode_filename test (#423094)
2 parents acf3b74 + 157c02a commit 835a795

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pkgs/by-name/di/diffoscope/package.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,12 @@ python.pkgs.buildPythonApplication rec {
278278

279279
# Fails because it fails to determine llvm version
280280
"test_item3_deflate_llvm_bitcode"
281+
282+
# Flaky test on Linux and Darwin
283+
"test_non_unicode_filename"
281284
]
282285
++ lib.optionals stdenv.hostPlatform.isDarwin [
283286
# Disable flaky tests on Darwin
284-
"test_non_unicode_filename"
285287
"test_listing"
286288
"test_symlink_root"
287289

0 commit comments

Comments
 (0)