On Mon, Mar 04, 2019 at 10:50:08AM +0800, Murphy Zhou wrote: > Because NFS handles this differently, returning different values. > Details: > http://people.redhat.com/bcodding/nfs/2016/10/07/nfs_xfstest_generic/#generic294 Any comments are helpful, :) Thanks M > > Signed-off-by: Murphy Zhou <xzhou@xxxxxxxxxx> > --- > tests/generic/294 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/generic/294 b/tests/generic/294 > index b74579ac..f7e763a3 100755 > --- a/tests/generic/294 > +++ b/tests/generic/294 > @@ -27,6 +27,7 @@ _cleanup() > . ./common/filter > > # real QA test starts here > +[ $FSTYP == "nfs" ] && _notrun "NFS behaves differently, breaks golden output" > > # Modify as appropriate. > _supported_fs generic > -- > 2.21.0 >