From: David Goulet Date: Tue, 3 Sep 2013 21:50:34 +0000 (-0400) Subject: Fix: remove periodical flush test from make check X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=46c3f4f0be527fdea3063df5a53c665c6ee43102;hp=46c3f4f0be527fdea3063df5a53c665c6ee43102 Fix: remove periodical flush test from make check This test is racy for the following reasons. It expects that the subbuffer flush timer always produce a coherent trace after a period of time but this cannot be guaranteed without the upcoming live feature. A test based on time expectation is a bit flacky so disable it for now until we have live tracing. Signed-off-by: David Goulet ---