Unverified Commit ae8f15ae authored by zowoq's avatar zowoq Committed by GitHub
Browse files

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

fd: skip invalid UTF-8 tests
parents c65a1b44 18a8672f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = ''