We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131ae60 commit 0ced258Copy full SHA for 0ced258
test/unit/test_assign.py
@@ -415,6 +415,7 @@ def test_permuted_assignment_masked_view_not_contiguous(self):
415
416
# TODO: is there a way to sneak in a permute such that it returns the wrong answer?
417
418
+ @unittest.skip("this test is crashing!")
419
def test_overlapping_shrink_assignment_forward(self):
420
# Forward shift: read index > write index in overlap
421
N = 100000
0 commit comments