skip TestBeamSearch.test_large_ast (#7652)

This commit is contained in:
qazal
2024-11-12 14:52:22 +02:00
committed by GitHub
parent 0f02573830
commit e07d2d0966

View File

@@ -66,6 +66,7 @@ class TestBeamSearch(unittest.TestCase):
with Timing():
c(x).realize()
@unittest.skip("flaky, Fatal Python error: Floating point exception")
def test_large_ast(self):
a = Tensor.rand(3, 3)
for _ in range(5):