Skip a unit test that became very slow

release/4.3a0
Frank Dellaert 2025-03-08 15:42:02 -05:00
parent 39a15620bd
commit f302f40f03
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ class TestDiscreteBayesNet(GtsamTestCase):
self.assertFalse(bayesTree.empty())
self.assertEqual(12, bayesTree.size())
@unittest.skip("Too Slow")
def test_discrete_bayes_tree_lookup(self):
"""Check that we can have a multi-frontal lookup table."""
# Make a small planning-like graph: 3 states, 2 actions