From patchwork Mon Mar 4 02:50:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Murphy Zhou X-Patchwork-Id: 10837301 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B94D114DE for ; Mon, 4 Mar 2019 02:50:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9E4A429BF9 for ; Mon, 4 Mar 2019 02:50:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9009E29BFB; Mon, 4 Mar 2019 02:50:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3DC5629BF9 for ; Mon, 4 Mar 2019 02:50:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726025AbfCDCuO (ORCPT ); Sun, 3 Mar 2019 21:50:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49758 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726005AbfCDCuO (ORCPT ); Sun, 3 Mar 2019 21:50:14 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 96D3FC4EB1 for ; Mon, 4 Mar 2019 02:50:14 +0000 (UTC) Received: from localhost (dhcp-12-130.nay.redhat.com [10.66.12.130]) by smtp.corp.redhat.com (Postfix) with ESMTP id F325F19C59; Mon, 4 Mar 2019 02:50:13 +0000 (UTC) From: Murphy Zhou To: fstests@vger.kernel.org Cc: bcodding@redhat.com, yieli@redhat.com, bxue@redhat.com, Murphy Zhou Subject: [PATCH] generic/294: skip on NFS Date: Mon, 4 Mar 2019 10:50:08 +0800 Message-Id: <20190304025008.11986-1-xzhou@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 04 Mar 2019 02:50:14 +0000 (UTC) Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Because NFS handles this differently, returning different values. Details: http://people.redhat.com/bcodding/nfs/2016/10/07/nfs_xfstest_generic/#generic294 Signed-off-by: Murphy Zhou --- 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