From 01419d8c3a6610c7ba91b9314e603900d6d5d3d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 7 Apr 2020 22:01:16 +0200 Subject: [PATCH] Exclude failing test for CSDP --- test/Tests/test_MOI_wrapper.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Tests/test_MOI_wrapper.jl b/test/Tests/test_MOI_wrapper.jl index 910fa69..e1f7c25 100644 --- a/test/Tests/test_MOI_wrapper.jl +++ b/test/Tests/test_MOI_wrapper.jl @@ -12,7 +12,7 @@ "linear12", # Asks for infeasibility ray "linear13", # Feasibility problem "linear15" # Feasibility when written in the canonical form - ]) + ]) end end @@ -22,10 +22,11 @@ conic_cached = MOIU.CachingOptimizer(conic_cache, opt) conic_bridged = MOIB.full_bridge_optimizer(conic_cached, Float64) - @testset "coninc linear, soc, rsoc and sdp test" begin + @testset "conic linear, soc, rsoc and sdp test" begin MOIT.contconictest(conic_bridged, conic_config, ["lin3", # Feasibility problem "lin4", # Feasibility problem + "geomean3f", "geomean3v", # CSDP does not converge after https://github.com/JuliaOpt/Dualization.jl/pull/86 "normone2", # Feasibility problem "norminf2", # Feasibility problem "soc3", # Feasibility problem