Skip to content

Commit

Permalink
Restore extended tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Dec 8, 2024
1 parent 482caf4 commit dcbfae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/combinations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit dcbfae4

Please sign in to comment.