diff options
-rw-r--r-- | tests/runfiles/common.run | 3 | ||||
-rw-r--r-- | tests/runfiles/linux.run | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 84709b324..c4d1b6c56 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -29,8 +29,7 @@ tests = ['alloc_class_001_pos', 'alloc_class_002_neg', 'alloc_class_003_pos', tags = ['functional', 'alloc_class'] [tests/functional/atime] -tests = ['atime_001_pos', 'atime_002_neg', 'atime_003_pos', 'root_atime_off', - 'root_atime_on'] +tests = ['atime_001_pos', 'atime_002_neg', 'root_atime_off', 'root_atime_on'] tags = ['functional', 'atime'] [tests/functional/bootfs] diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 6d6fc0322..bb83fa57f 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -30,7 +30,7 @@ tests = ['dbufstats_001_pos', 'dbufstats_002_pos', 'dbufstats_003_pos', tags = ['functional', 'arc'] [tests/functional/atime:Linux] -tests = ['root_relatime_on'] +tests = ['atime_003_pos', 'root_relatime_on'] tags = ['functional', 'atime'] [tests/functional/chattr:Linux] |