Skip to content

Commit

Permalink
removed skip_on_covr for with_nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Jan 28, 2024
1 parent af1f987 commit b197039
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/flat_build_envs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ testthat::test_that("Testing with_nix() if Nix is installed", {
skip_if_not(nix_shell_available())
skip_on_covr()
#skip_on_covr()
path_subshell <- file.path(".", "_env_R_3_5_3")
Expand Down
5 changes: 3 additions & 2 deletions tests/testthat/test-find_rev.R
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,12 @@ testthat::test_that("Testing with_nix() if Nix is installed", {

skip_if_not(nix_shell_available())

skip_on_covr()
#skip_on_covr()

path_subshell <- file.path(".", "_env_R_3_5_3")

on.exit(unlink(path_subshell, recursive = TRUE, force = TRUE))

rix_init(
project_path = path_subshell,
rprofile_action = "overwrite",
Expand Down Expand Up @@ -206,7 +208,6 @@ testthat::test_that("Testing with_nix() if Nix is installed", {
all(c(2, 6, 5, 8, 9) == out_subshell)
)

on.exit(unlink(path_subshell, recursive = TRUE, force = TRUE))

})

0 comments on commit b197039

Please sign in to comment.