From 667c237140c03347a070b11e29b27651119bbdf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 2 Jan 2024 16:19:28 +0100 Subject: [PATCH] Fix --- test/MOI_wrapper.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MOI_wrapper.jl b/test/MOI_wrapper.jl index 4b48a8b..d1aaf52 100644 --- a/test/MOI_wrapper.jl +++ b/test/MOI_wrapper.jl @@ -57,7 +57,7 @@ function test_runtests() MOI.SolverVersion, ], ); - exclude = String[ + exclude = Regex[ # Expression: MOI.get(model, MOI.TerminationStatus()) == MOI.INFEASIBLE # Evaluated: MathOptInterface.INFEASIBLE_OR_UNBOUNDED == MathOptInterface.INFEASIBLE r"test_conic_NormInfinityCone_INFEASIBLE$",