From dec03317ec398604f022ff5b700eb0c8a3d17b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pacaud?= Date: Mon, 8 Jan 2024 20:22:26 +0100 Subject: [PATCH] [Tests] Remove test nlp_009_010 from MINLPTests tests (#288) --- test/minlp_test.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/minlp_test.jl b/test/minlp_test.jl index cea1c02f..787ac844 100644 --- a/test/minlp_test.jl +++ b/test/minlp_test.jl @@ -14,6 +14,7 @@ const OPTIMIZER = ()->MadNLP.Optimizer( exclude = [ "005_011", # Uses the function `\` "006_010", # User-defined function without Hessian (autodiff only provides 1st order) + "009_010", # Objective is non-smooth ], objective_tol = 1e-5, primal_tol = 1e-5,