From 8170eb6ebcf2e7b1c735da80c331d7a57f1de987 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 617fe573c..f3d56acff 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -207,6 +207,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',