From 908ec2071189cfb0643acd25e4086e5ef70592d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 26 Apr 2021 20:04:53 -0500 Subject: [PATCH] Add FIXME comment with PR link to test_incorrect_assignment_aggregation --- test/test_grudge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_grudge.py b/test/test_grudge.py index cb29e6a7..df345d61 100644 --- a/test/test_grudge.py +++ b/test/test_grudge.py @@ -1168,6 +1168,7 @@ def test_operator_compiler_overwrite(actx_factory): @pytest.mark.parametrize("ambient_dim", [ 2, + # FIXME, cf. https://github.com/inducer/grudge/pull/78/ pytest.param(3, marks=pytest.mark.xfail) ]) def test_incorrect_assignment_aggregation(actx_factory, ambient_dim): -- GitLab