debug info: Skip test that depends on Python bindings
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 30 Apr 2019 22:29:01 +0000 (18:29 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:12:56 +0000 (00:12 -0400)
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 <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1126
Tested-by: jenkins
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/plugins/test_lttng_utils_debug_info.py

index c98ae70e4e5bd1767d35c3022a68c87ef682e981..dd27ec9c239b6d68e71f0d8c8d5af42c04775a75 100644 (file)
@@ -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']
This page took 0.023778 seconds and 5 git commands to generate.