Unverified Commit d3832368 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] remove Solaris reference in test message (#5231)

parent dd3294d7
......@@ -60,7 +60,7 @@ test_that("learning-to-rank with lgb.train() works as expected", {
test_that("learning-to-rank with lgb.cv() works as expected", {
testthat::skip_if(
ON_32_BIT_WINDOWS
, message = "Skipping on Solaris and 32-bit Windows"
, message = "Skipping on 32-bit Windows"
)
set.seed(708L)
data(agaricus.train, package = "lightgbm")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment