From 592e5f1df2112ce7ce361f22f3ca2859b16edaf7 Mon Sep 17 00:00:00 2001 From: chenyu Date: Thu, 10 Oct 2024 11:10:24 -0400 Subject: [PATCH] skip test_viz test_no_dedup_different_opts (#6979) --- test/test_viz.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_viz.py b/test/test_viz.py index 527c20a7cd..e3592b9897 100644 --- a/test/test_viz.py +++ b/test/test_viz.py @@ -90,6 +90,7 @@ class TestViz(unittest.TestCase): rewrites = [x[2] for x in kernels[0]] assert all(len(v) == 1 for k,v in group_rewrites(rewrites).items() if "schedule.py" in k) + @unittest.skip("broken") def test_no_dedup_different_opts(self): a = Tensor.empty(4, 4)+Tensor.empty(4, 4) s = a.schedule()