diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index e4593a53ec..74259acc25 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -431,7 +431,7 @@ tags = ['functional', 'cli_root', 'zpool_set'] [tests/functional/cli_root/zpool_split] tests = ['zpool_split_cliargs', 'zpool_split_devices', 'zpool_split_encryption', 'zpool_split_props', 'zpool_split_vdevs', - 'zpool_split_resilver', 'zpool_split_wholedisk'] + 'zpool_split_resilver'] tags = ['functional', 'cli_root', 'zpool_split'] [tests/functional/cli_root/zpool_status] diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 6697509133..1be9dcdc55 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -75,6 +75,10 @@ tests = ['zpool_reopen_001_pos', 'zpool_reopen_002_pos', 'zpool_reopen_006_neg', 'zpool_reopen_007_pos'] tags = ['functional', 'cli_root', 'zpool_reopen'] +[tests/functional/cli_root/zpool_split:Linux] +tests = ['zpool_split_wholedisk'] +tags = ['functional', 'cli_root', 'zpool_split'] + [tests/functional/compression:Linux] tests = ['compress_004_pos'] tags = ['functional', 'compression']