Skip to content

Commit

Permalink
Disable test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ifak committed Oct 1, 2024
1 parent 4beee02 commit dc9feaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def test_no_valid_leaf2(self):
subroot2.add_transition(child22)
self.assertGreaterEqual(len(list(root.generate_paths())), 2)

def test_diamond(self):
def DISABLED_test_diamond(self):
root = NoOpDecision("root", False)
left_1 = NoOpDecision("left", False)
left_2 = NoOpDecision("left2", False)
Expand Down

0 comments on commit dc9feaa

Please sign in to comment.