From d02680e8b7a10d9308ba039b38b6cad72884944f Mon Sep 17 00:00:00 2001 From: Nils Carlson Date: Mon, 21 Feb 2011 14:12:14 +0100 Subject: [PATCH] tests: skip the non-functioning tracepoint test Signed-off-by: Nils Carlson --- tests/runtests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/runtests b/tests/runtests index 68427f2..fd2a751 100755 --- a/tests/runtests +++ b/tests/runtests @@ -43,7 +43,8 @@ simple_harness_run dlopen/dlopen.sh simple_harness_run same_line_marker/same_line_marker.sh -simple_harness_run tracepoint/run +# This testcase is currently broken, do not run. +# simple_harness_run tracepoint/run simple_harness_run libustctl_function_tests/libustctl_function_tests -- 2.34.1