Skip to content

Commit 81a71ae

Browse files
authored
hotfix: skip test_exclude_const_metadata (tinygrad#9208)
1 parent e0adb1f commit 81a71ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_tensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ def test_exclude_noop_metadata(self):
755755
self.assertEqual([m.name for m in k.metadata], ["rand"])
756756

757757
# we exclude const from kernel metadata because tensor methods can share the same CONST UOp
758+
@unittest.skip("TODO: flaky")
758759
def test_exclude_const_metadata(self):
759760
a = Tensor.arange(4)
760761
b = Tensor.full((4,), -1, dtype=dtypes.int).contiguous()

0 commit comments

Comments
 (0)