Skip to content

Commit a60a928

Browse files
committed
remove leftover skip_if_not_installed
1 parent 777f48a commit a60a928

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/testthat/test-sparsevctrs.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ test_that("sparse matrices can be passed to `fit_xy()", {
2424
test_that("to_sparse_data_frame() is used correctly", {
2525
skip_if_not_installed("xgboost")
2626

27-
skip_if_not_installed("LiblineaR")
28-
2927
local_mocked_bindings(
3028
to_sparse_data_frame = function(x, object) {
3129
if (methods::is(x, "sparseMatrix")) {
@@ -68,8 +66,6 @@ test_that("to_sparse_data_frame() is used correctly", {
6866
test_that("maybe_sparse_matrix() is used correctly", {
6967
skip_if_not_installed("xgboost")
7068

71-
skip_if_not_installed("LiblineaR")
72-
7369
local_mocked_bindings(
7470
maybe_sparse_matrix = function(x) {
7571
if (any(vapply(x, sparsevctrs::is_sparse_vector, logical(1)))) {

0 commit comments

Comments
 (0)