Merge pull request #301100 from al3xtjames/fd-skip-invalid-utf8-test

fd: skip invalid UTF-8 tests
This commit is contained in:
zowoq 2024-04-04 17:05:11 +10:00 committed by GitHub
commit ae8f15ae44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = ''