File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010 contents : read
1111jobs :
1212 test :
13- name : ' KNITRO '
13+ name : Julia ${{ matrix.version }}-${{ matrix.os }}-${{ matrix.arch }}-JLL:${{ matrix.KNITRO_JL_USE_KNITRO_JLL }}
1414 runs-on : ${{ matrix.os }}
1515 strategy :
1616 fail-fast : false
Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ function test_MOI_Test_cached()
6767 exclude= Union{String,Regex}[
6868 # TODO (odow): this test is flakey.
6969 r" ^test_cpsat_ReifiedAllDifferent$" ,
70+ # TODO (odow): this test fails on linux
71+ r" ^test_linear_Semiinteger_integration$" ,
7072 # TODO (odow): investigate issue with bridges
7173 r" ^test_basic_VectorNonlinearFunction_GeometricMeanCone$" ,
7274 # Returns OTHER_ERROR, which is also reasonable.
You can’t perform that action at this time.
0 commit comments