Skip to content

Commit 6b76097

Browse files
committed
xfail test_memory_order
1 parent eb906b2 commit 6b76097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch_np/tests/numpy_tests/core/test_indexing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ def test_subclass_writeable(self):
438438
assert_(d[...].flags.writeable)
439439
assert_(d[0].flags.writeable)
440440

441+
@pytest.mark.xfail(reason="can't determine f-style contiguous in torch")
441442
def test_memory_order(self):
442443
# This is not necessary to preserve. Memory layouts for
443444
# more complex indices are not as simple.

0 commit comments

Comments
 (0)