mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 23:48:01 -05:00
disable test_setitem_inplace_operator again (#7495)
it was flaky, not broken broken
This commit is contained in:
@@ -43,6 +43,7 @@ class TestSetitem(unittest.TestCase):
|
||||
self.assertFalse(t.lazydata.st.contiguous)
|
||||
with self.assertRaises(RuntimeError): t[1] = 5
|
||||
|
||||
@unittest.skip("TODO: flaky")
|
||||
def test_setitem_inplace_operator(self):
|
||||
t = Tensor.arange(4).reshape(2, 2).contiguous()
|
||||
t[1] += 2
|
||||
|
||||
Reference in New Issue
Block a user