diff --git a/matlab/tests/private/testcu.m b/matlab/tests/private/testcu.m index 3e2b340020..3cecea0d99 100644 --- a/matlab/tests/private/testcu.m +++ b/matlab/tests/private/testcu.m @@ -1004,7 +1004,7 @@ 'VESUVIOU', ... }]; % For the following problems, the classical cobyla encounters SEGFAULT. - blacklist = [blacklist, {'ERRINBAR', 'HS118', 'LAKES', 'TENBARS1', 'TENBARS2', 'TENBARS3', 'TENBARS4', 'VANDERM4', 'VANDANIUMS'}]; + blacklist = [blacklist, {'ERRINBAR', 'HS118', 'LAKES', 'ODFITS', 'TENBARS1', 'TENBARS2', 'TENBARS3', 'TENBARS4', 'VANDERM4', 'VANDANIUMS'}]; % For the following problems, the classical cobyla (single-precision) encounters infinite cycling. blacklist = [blacklist, {'HS101', 'HS112', 'MESH'}]; end