Skip to content

Commit

Permalink
Merge branch 'master' into vimc-4875
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Feb 22, 2022
2 parents 7aacaaa + a695e36 commit e4f7f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-git.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ test_that("run in detached head", {

test_that("fetch before run", {
testthat::skip_on_cran()
skip_on_windows_ci()
path <- test_prepare_orderly_git_example()
path1 <- path[["origin"]]
path2 <- path[["local"]]
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ test_that("run: ref", {

test_that("run: fetch", {
testthat::skip_on_cran()
skip_on_windows_ci()
path <- test_prepare_orderly_git_example()
path_local <- path[["local"]]
path_origin <- path[["origin"]]
Expand Down

0 comments on commit e4f7f75

Please sign in to comment.