From 094305c93739459892240a51df5b2a2a29f1b488 Mon Sep 17 00:00:00 2001 From: Paul Dagnelie Date: Thu, 19 Jun 2025 14:41:31 -0700 Subject: [PATCH] Fix TestGroup warning due to missing tags Reviewed-by: Alexander Motin Reviewed-by: Brian Behlendorf Reviewed-by: Rob Norris Signed-off-by: Paul Dagnelie Co-authored-by: Paul Dagnelie Closes #17473 --- tests/runfiles/linux.run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 14c0fcbbb..c1ac11eaa 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -213,6 +213,8 @@ tags = ['functional', 'snapshot'] [tests/functional/syncfs:Linux] tests = ['syncfs_suspend'] tags = ['functional', 'syncfs'] +pre = +post = [tests/functional/tmpfile:Linux] tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos',