diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 95deef0104..9f11284ad6 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -660,12 +660,6 @@ tags = ['functional', 'inuse'] tests = ['large_files_001_pos', 'large_files_002_pos'] tags = ['functional', 'large_files'] -[tests/functional/largest_pool] -tests = ['largest_pool_001_pos'] -pre = -post = -tags = ['functional', 'largest_pool'] - [tests/functional/limits] tests = ['filesystem_count', 'filesystem_limit', 'snapshot_count', 'snapshot_limit'] diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 6ce78a3fc9..7186d5d67a 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -109,6 +109,12 @@ tags = ['functional', 'features', 'large_dnode'] tests = ['libaio', 'io_uring'] tags = ['functional', 'io'] +[tests/functional/largest_pool:Linux] +tests = ['largest_pool_001_pos'] +pre = +post = +tags = ['functional', 'largest_pool'] + [tests/functional/mmap:Linux] tests = ['mmap_libaio_001_pos'] tags = ['functional', 'mmap']