Skip to content

Commit f47cfb4

Browse files
committed
Exclude more tests
1 parent ca84b2e commit f47cfb4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/MOI_wrapper.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,14 @@ function test_runtests()
101101
"test_infeasible_affine_MIN_SENSE_offset",
102102
# See https://github.com/jump-dev/MathOptInterface.jl/issues/1758
103103
"test_model_copy_to_UnsupportedAttribute",
104-
# The rest occurs only on Github Actions for some OSes but not all:
104+
# FIXME The following are weird test failures that occur only on Github Actions for Mac OS but not Linux.
105+
# It also seems to not be consistent between runs:
105106
# Incorrect solution
106107
"test_objective_ObjectiveFunction_VariableIndex",
107108
"test_conic_SecondOrderCone_negative_post_bound",
108109
"test_solve_result_index",
110+
"test_modification_set_singlevariable_lessthan",
111+
"test_conic_SecondOrderCone_nonnegative_initial_bound",
109112
# ALMOST_OPTIMAL
110113
"test_conic_RotatedSecondOrderCone_VectorOfVariables",
111114
# NUMERICAL_ERROR
@@ -125,6 +128,7 @@ function test_runtests()
125128
# Evaluated: MathOptInterface.INFEASIBLE == MathOptInterface.OPTIMAL
126129
"test_modification_const_scalar_objective",
127130
"test_modification_coef_scalar_objective",
131+
"test_modification_set_singlevariable_lessthan",
128132
],
129133
)
130134
return

0 commit comments

Comments
 (0)