From: Simon Marchi Date: Tue, 30 Apr 2019 22:29:01 +0000 (-0400) Subject: debug info: Skip test that depends on Python bindings X-Git-Url: http://git.efficios.com/?p=deliverable%2Fbabeltrace.git;a=commitdiff_plain;h=1ed403c63dd96fac24d78afdcb084b9ac0a49495 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 --- diff --git a/tests/plugins/test_lttng_utils_debug_info.py b/tests/plugins/test_lttng_utils_debug_info.py index c98ae70e4..dd27ec9c2 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']