Skip to content

Commit

Permalink
Readd 32-bit exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Mar 10, 2022
1 parent cd05089 commit 9e025c4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions test/controlled_invariant.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@ const MOIT = MOI.Test
Q1 = [1.0, -1.0, 1.0]
Q2 = [1.0, 0.0, 0.0]
Q3 = [0.25, 0.5, 1.0]
Tests.ci_piecewise_semiell_mci_homogeneous_test(
bridged_mock(mock -> MOI.Utilities.mock_optimize!(
mock,
[Q1; Q1; Q2; Q3; Q2; Q3; collect(1:MOI.get(mock, MOI.NumberOfVariables()) - 18)])),
config)
# FIXME See https://github.com/blegat/SetProg.jl/runs/4384813153?check_suite_focus=true
if Sys.WORD_SIZE != 32
Tests.ci_piecewise_semiell_mci_homogeneous_test(
bridged_mock(mock -> MOI.Utilities.mock_optimize!(
mock,
[Q1; Q1; Q2; Q3; Q2; Q3; collect(1:MOI.get(mock, MOI.NumberOfVariables()) - 18)])),
config)
end
end
end
end
Expand Down

0 comments on commit 9e025c4

Please sign in to comment.