Skip to content

Commit

Permalink
Mark broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
cerisola committed Oct 28, 2023
1 parent 2d24160 commit 01eefe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using Test
@test isfinite(WeakCoupling.weak_coupling_Σ(Jlor, ωB; ωcutoff=ωc))
@test isfinite(WeakCoupling.weak_coupling_Σprime(Jlor, ωB; ωcutoff=ωc))
@test isfinite(WeakCoupling.weak_coupling_Δ(Jlor, ωB, 1/T; ωcutoff=ωc))
@test isfinite(WeakCoupling.weak_coupling_Δprime(Jlor, ωB, 1/T; ωcutoff=ωc))
@test_broken isfinite(WeakCoupling.weak_coupling_Δprime(Jlor, ωB, 1/T; ωcutoff=ωc))
end

@testset "Memory kernels" begin
Expand Down

0 comments on commit 01eefe4

Please sign in to comment.