From: Amir Goldstein Date: Wed, 17 Apr 2024 13:01:02 +0000 (+0300) Subject: generic/732: don't run it on overlayfs X-Git-Tag: v2024.04.28~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3e453f6fa96c5ad395aa8669683ac41cd3fae430;p=xfstests-dev.git generic/732: don't run it on overlayfs The test tries to mount with same mount options on two different mount points. Overlayfs does not support doing that. Signed-off-by: Amir Goldstein Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/tests/generic/732 b/tests/generic/732 index 5b5087d5..7a40f49b 100755 --- a/tests/generic/732 +++ b/tests/generic/732 @@ -22,7 +22,7 @@ _cleanup() } # real QA test starts here -_supported_fs ^nfs +_supported_fs ^nfs ^overlay _require_test _require_scratch