diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 74259acc25..dfdc5ee58a 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -825,10 +825,6 @@ tags = ['functional', 'truncate'] tests = ['upgrade_userobj_001_pos', 'upgrade_readonly_pool'] tags = ['functional', 'upgrade'] -[tests/functional/user_namespace] -tests = ['user_namespace_001'] -tags = ['functional', 'user_namespace'] - [tests/functional/userquota] tests = [ 'userquota_001_pos', 'userquota_002_pos', 'userquota_003_pos', diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 1be9dcdc55..7378f1aee2 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -159,6 +159,10 @@ tags = ['functional', 'tmpfile'] tests = ['upgrade_projectquota_001_pos'] tags = ['functional', 'upgrade'] +[tests/functional/user_namespace:Linux] +tests = ['user_namespace_001'] +tags = ['functional', 'user_namespace'] + [tests/functional/userquota:Linux] tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos', 'userquota_013_pos', 'userspace_003_pos']