Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
d3832368
Unverified
Commit
d3832368
authored
May 23, 2022
by
James Lamb
Committed by
GitHub
May 23, 2022
Browse files
[R-package] remove Solaris reference in test message (#5231)
parent
dd3294d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
R-package/tests/testthat/test_learning_to_rank.R
R-package/tests/testthat/test_learning_to_rank.R
+1
-1
No files found.
R-package/tests/testthat/test_learning_to_rank.R
View file @
d3832368
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment