From 06e003835bef3503b077a4218126fe23beb132f1 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 30 Apr 2019 18:29:01 -0400 Subject: [PATCH] debug info: Skip test that depends on Python bindings This test depends on the Python bindings, which don't work right now. Skip it, so that it doesn't cause a "make check" failure while we are repairing the bindings. Change-Id: I8e9b1092e2794875b249b060581f4305be640a88 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/1126 Tested-by: jenkins Reviewed-by: Philippe Proulx --- tests/plugins/test_lttng_utils_debug_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/plugins/test_lttng_utils_debug_info.py b/tests/plugins/test_lttng_utils_debug_info.py index c98ae70e..dd27ec9c 100644 --- a/tests/plugins/test_lttng_utils_debug_info.py +++ b/tests/plugins/test_lttng_utils_debug_info.py @@ -4,6 +4,7 @@ import bt2 import os +@unittest.skip('depends on Python bindings, which are broken') class LttngUtilsDebugInfoTestCase(unittest.TestCase): def test_debug_info(self): debug_info_data_dir = os.environ['DEBUG_INFO_DATA_DIR'] -- 2.34.1