aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/tests/runfiles/linux.run
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/openzfs/tests/runfiles/linux.run')
-rw-r--r--sys/contrib/openzfs/tests/runfiles/linux.run3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/contrib/openzfs/tests/runfiles/linux.run b/sys/contrib/openzfs/tests/runfiles/linux.run
index fb78d96fb52d..17ba23352422 100644
--- a/sys/contrib/openzfs/tests/runfiles/linux.run
+++ b/sys/contrib/openzfs/tests/runfiles/linux.run
@@ -43,7 +43,8 @@ tests = ['block_cloning_copyfilerange', 'block_cloning_copyfilerange_partial',
'block_cloning_disabled_ficlonerange',
'block_cloning_copyfilerange_cross_dataset',
'block_cloning_cross_enc_dataset',
- 'block_cloning_copyfilerange_fallback_same_txg']
+ 'block_cloning_copyfilerange_fallback_same_txg',
+ 'block_cloning_replay', 'block_cloning_replay_encrypted']
tags = ['functional', 'block_cloning']
[tests/functional/chattr:Linux]