Skip to content

Commit

Permalink
skip tests as required on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Aug 14, 2024
1 parent e2f4b13 commit 137ecf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-stan-guassian-process.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
skip_on_cran()
skip_on_os("windows")

# Helper functions
linspaced_vector <- function(n, start, end) {
seq(start, end, length.out = n)
Expand Down

0 comments on commit 137ecf2

Please sign in to comment.