diffoscope: disable flaky test_non_unicode_filename test (#423094)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user