From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8SnZ-0001rN-7v for qemu-devel@nongnu.org; Fri, 05 Oct 2018 12:17:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8SnY-0003gr-8s for qemu-devel@nongnu.org; Fri, 05 Oct 2018 12:17:53 -0400 Date: Fri, 5 Oct 2018 18:17:39 +0200 From: Kevin Wolf Message-ID: <20181005161739.GC4606@localhost.localdomain> References: <20181005143802.18412-1-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] tests: Disable test-bdrv-drain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Max Reitz , Qemu-block , "patches@linaro.org" Am 05.10.2018 um 16:41 hat Peter Maydell geschrieben: > On 5 October 2018 at 15:38, Peter Maydell wrote: > > The test-bdrv-drain test fails at least 50% of the time > > on my OS build system. Disable the test until we can figure > > This is a typo: I meant "OSX build system". > > > out what's going on, as this makes pull request processing > > very difficult. > > > > Signed-off-by: Peter Maydell Can we disable it conditionally only on OS X instead? I'd hate to lose this test case, and without OS X I can't really do anything to fix the problem (or to even find out if it's a test case problem or a bug that the test case reveals). Kevin