aboutsummaryrefslogtreecommitdiffstats
path: root/tests/runfiles/common.run
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2021-05-13 10:00:17 -0700
committerGitHub <[email protected]>2021-05-13 10:00:17 -0700
commit6217656da33c0920cb9f213742fd51dd215bc455 (patch)
treede19bdc11d08ebfbff6b1ed50dd6ba59d727b09c /tests/runfiles/common.run
parent618a65cd7a77b0b5a27ccdd3e0ff4f80cd14404f (diff)
Revert "Fix raw sends on encrypted datasets when copying back snapshots"
Commit d1d4769 takes into account the encryption key version to decide if the local_mac could be zeroed out. However, this could lead to failure mounting encrypted datasets created with intermediate versions of ZFS encryption available in master between major releases. In order to prevent this situation revert d1d4769 pending a more comprehensive fix which addresses the mount failure case. Reviewed-by: George Amanakis <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Issue #11294 Issue #12025 Issue #12300 Closes #12033
Diffstat (limited to 'tests/runfiles/common.run')
-rw-r--r--tests/runfiles/common.run3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run
index f2757f118..f681768c8 100644
--- a/tests/runfiles/common.run
+++ b/tests/runfiles/common.run
@@ -884,8 +884,7 @@ tests = [
'userquota_004_pos', 'userquota_005_neg', 'userquota_006_pos',
'userquota_007_pos', 'userquota_008_pos', 'userquota_009_pos',
'userquota_010_pos', 'userquota_011_pos', 'userquota_012_neg',
- 'userspace_001_pos', 'userspace_002_pos', 'userspace_encrypted',
- 'userspace_send_encrypted']
+ 'userspace_001_pos', 'userspace_002_pos', 'userspace_encrypted']
tags = ['functional', 'userquota']
[tests/functional/vdev_zaps]