From c50ee3e770bbbb57b051db62facb98b3cc092f22 Mon Sep 17 00:00:00 2001
From: Alexandru Fikl <alexfikl@gmail.com>
Date: Sun, 17 Oct 2021 22:24:54 -0500
Subject: [PATCH] update xfail link

---
 test/test_arraycontext.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/test_arraycontext.py b/test/test_arraycontext.py
index c2be943..716e4d6 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()
-- 
GitLab