Skip to content

Commit

Permalink
skip fake cmtk exe test on windows
Browse files Browse the repository at this point in the history
* there's a failure on github actions I can't yet figure out ...
  • Loading branch information
jefferis committed Oct 12, 2024
1 parent ed74ce2 commit c2b83ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-cmtk.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ test_that("cmtk.bindir works when CMTK is in the path",{
# We're going to set up some fake directories to look like
# different kinds of CMTK installation

# some spurious failures on windows actions
skip_on_os(os = 'windows')

td <- tempfile(pattern = 'nat-cmtk-test')
makeexecfile <- function(p) {
fullp <- file.path(td, p)
Expand Down

0 comments on commit c2b83ae

Please sign in to comment.