]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/732: don't run it on overlayfs
authorAmir Goldstein <amir73il@gmail.com>
Wed, 17 Apr 2024 13:01:02 +0000 (16:01 +0300)
committerZorro Lang <zlang@kernel.org>
Thu, 18 Apr 2024 09:18:45 +0000 (17:18 +0800)
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 <amir73il@gmail.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/732

index 5b5087d5accd9fb28d2b5749f11208f305d7869c..7a40f49b9591788940f2b3fd0ce9cfc95bfe4780 100755 (executable)
@@ -22,7 +22,7 @@ _cleanup()
 }
 
 # real QA test starts here
-_supported_fs ^nfs
+_supported_fs ^nfs ^overlay
 
 _require_test
 _require_scratch