There are some tests in xfstests generic section that fail or are unreliable for reasons that are known but are difficult to detect via feature tests. Check the FSTYP on these tests and _notrun if it's "nfs". Also add some documenting comments as to why we skip them on NFS. Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> --- Changes in v2: - switch to using _supported_fs() - Link to v1: https://lore.kernel.org/r/20230831-nfs-skip-v1-0-d54c1c6a9af2@xxxxxxxxxx --- Jeff Layton (3): generic/294: don't run this test on NFS generic/357: don't run this test on NFS generic/187: don't run this test on NFS tests/generic/187 | 6 +++++- tests/generic/294 | 6 ++++-- tests/generic/357 | 5 +++++ 3 files changed, 14 insertions(+), 3 deletions(-) --- base-commit: 0ca1d4fbb2e9a492968f2951df101f24477f7991 change-id: 20230831-nfs-skip-7625a54f9e67 Best regards, -- Jeff Layton <jlayton@xxxxxxxxxx>