X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_clock_class_priority_map.py;h=f47444b7ec06e0496cf2a0a488531ca5c5e1ccb1;hb=ddfd116518c290a6581bda46fd9d64f10e473f33;hp=989927e82aabe678d603a3e1ea14f3d7523dade4;hpb=d412915f833331f1fbab5fb17cec4cc36476c4cc;p=deliverable%2Fbabeltrace.git diff --git a/tests/bindings/python/bt2/test_clock_class_priority_map.py b/tests/bindings/python/bt2/test_clock_class_priority_map.py index 989927e82..f47444b7e 100644 --- a/tests/bindings/python/bt2/test_clock_class_priority_map.py +++ b/tests/bindings/python/bt2/test_clock_class_priority_map.py @@ -4,6 +4,7 @@ import copy import bt2 +@unittest.skip("this is broken") class ClockClassPriorityMapTestCase(unittest.TestCase): def test_create_empty(self): cc_prio_map = bt2.ClockClassPriorityMap()