Skip to content

Commit 6ba29ce

Browse files
committed
Unmark unexpected success
1 parent 170249b commit 6ba29ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_memoryview.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,6 @@ def test_release(self):
317317
m.release()
318318
self._check_released(m, tp)
319319

320-
# TODO: RUSTPYTHON
321-
@unittest.expectedFailure
322320
def test_writable_readonly(self):
323321
# Issue #10451: memoryview incorrectly exposes a readonly
324322
# buffer as writable causing a segfault if using mmap

0 commit comments

Comments
 (0)