From dcbfae471b0c31154d17e5e16953ea97e12c0105 Mon Sep 17 00:00:00 2001 From: Mike Ingold Date: Sat, 7 Dec 2024 22:01:02 -0500 Subject: [PATCH] Restore extended tag --- test/combinations.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/combinations.jl b/test/combinations.jl index fa0e724e..d7757e08 100644 --- a/test/combinations.jl +++ b/test/combinations.jl @@ -233,7 +233,7 @@ end runtests(testable; rtol = 1e-6) end -@testitem "Meshes.Box 4D" setup=[Combinations] begin +@testitem "Meshes.Box 4D" tags=[:extended] setup=[Combinations] begin # Geometry a = π box = Box(Point(0, 0, 0, 0), Point(a, a, a, a))