Skip to content

Commit e3acc40

Browse files
committed
skip some tests on solaris
1 parent 4479460 commit e3acc40

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/testthat/test_auditor_fitters.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ test_that("TreeAuditorFitters work", {
2626
})
2727

2828
test_that("RidgeAuditorFitters work", {
29+
skip_on_os("solaris")
2930
skip_if_not_installed("mlr3learners")
3031
skip_if_not_installed("glmnet")
3132
rf = RidgeAuditorFitter$new()

tests/testthat/test_mcboost.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ test_that("MCBoost multicalibrate and predict_probs - Init trained LearnerPredic
103103

104104

105105
test_that("MCBoost multicalibrate with subpops", {
106+
skip_on_os("solaris")
106107
# Sonar task
107108
tsk = tsk("sonar")
108109
data = tsk$data(cols = tsk$feature_names)
@@ -128,6 +129,7 @@ test_that("MCBoost multicalibrate with subpops", {
128129

129130

130131
test_that("MCBoost multicalibrate with Subgroups", {
132+
skip_on_os("solaris")
131133
# Sonar task
132134
tsk = tsk("sonar")
133135
data = tsk$data(cols = tsk$feature_names)
@@ -153,6 +155,7 @@ test_that("MCBoost multicalibrate with Subgroups", {
153155
})
154156

155157
test_that("MCBoost various settings", {
158+
skip_on_os("solaris")
156159
# Sonar task
157160
tsk = tsk("sonar")
158161
data = tsk$data(cols = tsk$feature_names)
@@ -220,6 +223,7 @@ test_that("MCBoost Edge Cases", {
220223
})
221224

222225
test_that("MCBoost args for self-defined init predictor", {
226+
skip_on_os("solaris")
223227
# Sonar task
224228
tsk = tsk("sonar")
225229
data = tsk$data(cols = tsk$feature_names)
@@ -314,6 +318,7 @@ test_that("init predictor wrapper works", {
314318
})
315319

316320
test_that("mcboost on training data sanity checks", {
321+
skip_on_os("solaris")
317322
tsk = tsk("sonar")
318323
d = tsk$data(cols = tsk$feature_names)
319324
l = tsk$data(cols = tsk$target_names)[[1]]

0 commit comments

Comments
 (0)