On Mon, Mar 17, 2025 at 06:51:38AM +0100, Christoph Hellwig wrote: > xfs/235 is the only test effectively exercising the temporary enabling > of SB_ACTIVE during log recovery. Add it to the auto group to increase > coverage. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- Welcome more stable enough cases to be auto group. Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > tests/xfs/235 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/xfs/235 b/tests/xfs/235 > index 5b201d930769..c959dfd6e33a 100755 > --- a/tests/xfs/235 > +++ b/tests/xfs/235 > @@ -8,7 +8,7 @@ > # then see how the kernel and xfs_repair deal with it. > # > . ./common/preamble > -_begin_fstest fuzzers rmap > +_begin_fstest auto fuzzers rmap > > # Import common functions. > . ./common/filter > -- > 2.45.2 > >