Skip to content

Commit 157c02a

Browse files
committed
diffoscope: disable flaky test_non_unicode_filename test
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
1 parent b0efcf6 commit 157c02a

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)