Skip to content

Commit 7f68319

Browse files
skip offending conda test for windows
1 parent dbd9d1c commit 7f68319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-conda.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ if (!on_cran()) {
195195
version <- "3.3.2" # TODO make this automaticly the last version
196196
reticulate::conda_install("r-precommit", paste0("pre-commit==", version))
197197
expect_equal(version_precommit(), version)
198+
skip_on_os("windows")
198199
expect_invisible(update_precommit(), 0)
199200
expect_false(version_precommit() == version)
200201
}

0 commit comments

Comments
 (0)