Skip to content
2 changes: 1 addition & 1 deletion src/Test/contconic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ function soc3test(model::MOI.ModelLike, config::TestConfig)

@test MOI.get(model, MOI.PrimalStatus()) in (MOI.NO_SOLUTION,
MOI.INFEASIBLE_POINT)
if config.duals
if config.infeas_certificates
@test MOI.get(model, MOI.DualStatus()) == MOI.INFEASIBILITY_CERTIFICATE
end

Expand Down