From: Eric Biggers <ebiggers@xxxxxxxxxx> Exclude two recently added quota tests, and improve the comment. Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> --- .../test-appliance/files/root/fs/ext4/cfg/encrypt.exclude | 6 +++++- .../files/root/fs/ext4/cfg/encrypt_1k.exclude | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude index 07111c2..b7f6ea3 100644 --- a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude +++ b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude @@ -12,7 +12,9 @@ ext4/028 # file systems with encryption enabled can't be mounted with ext3 ext4/044 -# encryption doesn't play well with quota +# These tests use the old-style quota support where the quota files are user +# files instead of hidden inodes. This isn't compatible with +# test_dummy_encryption, as it causes the quota files to be encrypted. generic/082 generic/219 generic/230 @@ -25,6 +27,8 @@ generic/381 generic/382 generic/566 generic/587 +generic/600 +generic/601 # encryption doesn't play well with casefold (at least not yet) generic/556 diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude index 1f5a7e5..bf5df66 100644 --- a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude +++ b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude @@ -21,6 +21,8 @@ generic/270 generic/382 generic/204 generic/587 +generic/600 +generic/601 # These tests are also excluded in 1k.exclude. # See there for the reasons. -- 2.28.0