Merge pull request #301100 from al3xtjames/fd-skip-invalid-utf8-test
fd: skip invalid UTF-8 tests
This commit is contained in:
commit
ae8f15ae44
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ rustPlatform.buildRustPackage rec {
|
|||
# skip flaky test
|
||||
checkFlags = [
|
||||
"--skip=test_owner_current_group"
|
||||
# Fails if the filesystem performs UTF-8 validation (such as ZFS with utf8only=on)
|
||||
"--skip=test_exec_invalid_utf8"
|
||||
"--skip=test_invalid_utf8"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue