Skip to content

Commit 39f537c

Browse files
committed
skip some flickering tests on windows
1 parent 412d2c1 commit 39f537c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testthat/test_plot_MBOResult.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ test_that("plot single-objective", {
1717
})
1818

1919
test_that("plot multi-objective", {
20+
# occassionally errors on windows
21+
skip_on_os("windows")
22+
2023
f = smoof::makeZDT1Function(2L)
2124
learner = makeLearner("regr.km", predict.type = "se")
2225
des = generateTestDesign(8L, getParamSet(f))

0 commit comments

Comments
 (0)