Skip to content

Commit

Permalink
Switch from test_throws to test with broken=true
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Sep 29, 2024
1 parent cbaee59 commit 3e74f57
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 @@ -37,7 +37,7 @@ end
@testitem "Meshes.Box" setup=[Setup] begin
# Test for currently-unsupported >3D differentials
box4d = Box(Point(zeros(4)...), Point(ones(4)...))
@test_throws "Issue on GitHub" MeshIntegrals.differential(box4d, fill(0.5, 4))
@test integral(f -> one(Float64), box4d)1.0u"m^4" broken=true
end

@testitem "Meshes.Cone" setup=[Setup] begin
Expand Down

0 comments on commit 3e74f57

Please sign in to comment.