On Fri, Apr 15, 2022 at 02:42:19AM +0300, Kari Argillander wrote: > From: Kari Argillander <kari.argillander@xxxxxxxxx> > > There is some hangs which will affect full run. Exclude these for now so > that ntfs3 is easier to run. > > Signed-off-by: Kari Argillander <kari.argillander@xxxxxxxxx> > --- > kvm-xfstests/test-appliance/files/root/fs/ntfs3/exclude | 8 ++++++++ > 1 file changed, 8 insertions(+) > create mode 100644 kvm-xfstests/test-appliance/files/root/fs/ntfs3/exclude > > diff --git a/kvm-xfstests/test-appliance/files/root/fs/ntfs3/exclude b/kvm-xfstests/test-appliance/files/root/fs/ntfs3/exclude > new file mode 100644 > index 0000000..27160d3 > --- /dev/null > +++ b/kvm-xfstests/test-appliance/files/root/fs/ntfs3/exclude > @@ -0,0 +1,8 @@ > +# These ones hang so badly at the moment that we just ignore them for > +# now. > +generic/014 > +generic/129 > + > +# This hangs sometimes so for now let's ignore it so that it will not > +# affect full run. > +generic/476 Yikes. fsstress is enough to knock over ntfs3??! --D > -- > 2.35.1 >