From 8fb545b0b9e337574c4cc47a88a3c3191d0d76d2 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 27 Oct 2015 18:02:17 -0500
Subject: [PATCH] Fix test spec for test_opposite_face_interpolation

---
 test/test_meshmode.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test_meshmode.py b/test/test_meshmode.py
index 384cbd87..5bedbfc3 100644
--- a/test/test_meshmode.py
+++ b/test/test_meshmode.py
@@ -165,7 +165,6 @@ def test_boundary_interpolation(ctx_getter, group_factory, boundary_tag,
     ("warp", 2, [3, 5, 7]),
     ("warp", 3, [3, 5]),
     ])
-@pytest.mark.parametrize("dim", [2, 3])
 def test_opposite_face_interpolation(ctx_getter, group_factory,
         mesh_name, dim, mesh_pars):
     logging.basicConfig(level=logging.INFO)
-- 
GitLab