[3.6] bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) by miss-islington · Pull Request #7136 · python/cpython

@ned-deily @miss-islington

…pythonGH-7134)

The failure may be due to the use oF ZFS, a case we already ignore
for Solaris-based systems where ZFS is frequently used.
(cherry picked from commit 09c4a7d)

Co-authored-by: Ned Deily <nad@python.org>

ned-deily