From: Jérémie Galarneau Date: Wed, 18 May 2016 22:35:45 +0000 (-0400) Subject: Tests: remove flaky '*' kernel wildcard test X-Git-Tag: v2.9.0-rc1~177 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=0f6fd3631d4ef411b09f3136ca6929b31014d27e;hp=0f6fd3631d4ef411b09f3136ca6929b31014d27e;p=lttng-tools.git Tests: remove flaky '*' kernel wildcard test The test case for '*', which enables all events, is flaky by its nature since buffers may be filled by other kernel events preventing the test script from finding the test event (it is often discarded). Signed-off-by: Jérémie Galarneau ---