mbox series

[0/3] generic: skip a few tests on NFS

Message ID 20230831-nfs-skip-v1-0-d54c1c6a9af2@kernel.org (mailing list archive)
Headers show
Series generic: skip a few tests on NFS | expand

Message

Jeff Layton Aug. 31, 2023, 6:40 p.m. UTC
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@kernel.org>
---
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 | 3 +++
 tests/generic/294 | 4 ++++
 tests/generic/357 | 5 +++++
 3 files changed, 12 insertions(+)
---
base-commit: 0ca1d4fbb2e9a492968f2951df101f24477f7991
change-id: 20230831-nfs-skip-7625a54f9e67

Best regards,