Skip to content

Commit 0a72828

Browse files
committed
Turn off unit test that are problematic on the MLK CRAN machine
1 parent c8a09d8 commit 0a72828

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testthat/test-geom-smooth.R

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ test_that("geom_smooth works in both directions", {
2424
})
2525

2626
test_that("default smoothing methods for small and large data sets work", {
27+
# Numeric differences on the MLK machine on CRAN makes these test fail
28+
# on that particular machine
29+
skip_on_cran()
30+
2731
# test small data set
2832
set.seed(6531)
2933
x <- rnorm(10)

0 commit comments

Comments
 (0)