Skip to content

Commit 0d4a6f7

Browse files
committed
Further drop CPLEX from tests
1 parent ad1395d commit 0d4a6f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-g01-solvers.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ SOLVER_MAP_CONIC <- CVXR:::SOLVER_MAP_CONIC
1717
SOLVER_MAP_QP <- CVXR:::SOLVER_MAP_QP
1818
INSTALLED_SOLVERS <- installed_solvers()
1919
## For CRAN drop CPLEX
20+
SOLVER_MAP_CONIC$CPLEX <- NULL
21+
SOLVER_MAP_QP$CPLEX <- NULL
2022
INSTALLED_SOLVERS <- setdiff(INSTALLED_SOLVERS, "CPLEX")
2123

2224
test_that("Test that all the ECOS solver options work", {

0 commit comments

Comments
 (0)