We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acf3b74 + 157c02a commit 835a795Copy full SHA for 835a795
1 file changed
pkgs/by-name/di/diffoscope/package.nix
@@ -278,10 +278,12 @@ python.pkgs.buildPythonApplication rec {
278
279
# Fails because it fails to determine llvm version
280
"test_item3_deflate_llvm_bitcode"
281
+
282
+ # Flaky test on Linux and Darwin
283
+ "test_non_unicode_filename"
284
]
285
++ lib.optionals stdenv.hostPlatform.isDarwin [
286
# Disable flaky tests on Darwin
- "test_non_unicode_filename"
287
"test_listing"
288
"test_symlink_root"
289
0 commit comments