Fix TestGroup warning due to missing tags

Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Rob Norris <rob.norris@klarasystems.com>
Signed-off-by: Paul Dagnelie <paul.dagnelie@klarasystems.com>
Co-authored-by: Paul Dagnelie <paul.dagnelie@klarasystems.com>
Closes #17473
This commit is contained in:
Paul Dagnelie 2025-06-19 14:41:31 -07:00 committed by GitHub
parent 5e5253be84
commit 8170eb6ebc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',