Skip to content

Commit

Permalink
marked broken tests broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoinemarteau committed Jan 3, 2025
1 parent 1d3a571 commit 6c821e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/FESpacesTests/CurlConformingFESpacesTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ U = TrialFESpace(V,u)
uh = interpolate(u,U)
e = u - uh
el2 = sqrt(sum( ( ee )*dΩ ))
@test el2 < 1.0e-10
@test el2 < 1.0e-10 broken=true
order = 2
reffe = ReferenceFE(nedelec,order)
V = TestFESpace(model,reffe,dirichlet_tags = "boundary")
Expand All @@ -99,7 +99,7 @@ U = TrialFESpace(V,u)
uh = interpolate(u,U)
e = u - uh
el2 = sqrt(sum( ( ee )*dΩ ))
@test el2 < 1.0e-10
@test el2 < 1.0e-10 broken=true

domain =(0,1,0,1,0,1)
partition = (3,3,3)
Expand Down

0 comments on commit 6c821e8

Please sign in to comment.