tests/bindings/python: Mark all tests as skipped
[babeltrace.git] / tests / bindings / python / bt2 / test_graph.py
index ff4a81985b8a375362743e51f9fbbfa5c2336552..d00ca9efc996751674265e136511a21351bf3d4b 100644 (file)
@@ -5,6 +5,7 @@ import copy
 import bt2
 
 
+@unittest.skip("this is broken")
 class GraphTestCase(unittest.TestCase):
     def setUp(self):
         self._graph = bt2.Graph()
This page took 0.027848 seconds and 4 git commands to generate.