diff --git a/test/test_arraycontext.py b/test/test_arraycontext.py index c2be94375a090abd12adb8ad0d1224581761fe34..716e4d63c8faea4183eae4a4e90489c057edfb12 100644 --- a/test/test_arraycontext.py +++ b/test/test_arraycontext.py @@ -901,7 +901,8 @@ def test_container_norm(actx_factory, ord): ]) def test_flatten_array_container(actx_factory, shapes): if np.prod(shapes) == 0: - # https://github.com/inducer/compyte/pull/36 + # https://github.com/inducer/loopy/pull/497 + # NOTE: only fails for the pytato array context at the moment pytest.xfail("strides do not match in subary") actx = actx_factory()