We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b989c commit 6bf3ae6Copy full SHA for 6bf3ae6
tests/testthat/test-print_calculate.R
@@ -1,7 +1,7 @@
1
test_that("calculate print method is different for different inputs", {
2
# ensure print method is the new MCMC one
3
skip_on_cran()
4
- skip_on_os(os = "mac")
+ skip_on_ci()
5
6
x <- normal(0,1)
7
m <- model(x)
0 commit comments