From 8d7c872ea33f5e6f6251fc9e00c6944f8d15f3a9 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 19 May 2022 18:45:20 -0500
Subject: [PATCH] Drop xfail in  test_flatten_array_container

Needs https://github.com/inducer/loopy/pull/624.
---
 test/test_arraycontext.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/test/test_arraycontext.py b/test/test_arraycontext.py
index 6080c57..49c5649 100644
--- a/test/test_arraycontext.py
+++ b/test/test_arraycontext.py
@@ -1015,11 +1015,6 @@ def test_container_norm(actx_factory, ord):
     [(64, 7), (154, 12)]
     ])
 def test_flatten_array_container(actx_factory, shapes):
-    if np.prod(shapes) == 0:
-        # 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()
 
     from arraycontext import flatten, unflatten
-- 
GitLab