Skip to content

Commit

Permalink
nope
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Jan 27, 2024
1 parent 4082ad3 commit 16a5d25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev/flat_build_envs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ nix_rprofile <- function() {
```{r, tests-rix_init}
testthat::test_that("Snapshot test of rix_init()", {
#skip_on_covr()
skip_on_covr()
save_rix_init_test <- function() {
Expand Down Expand Up @@ -2117,7 +2117,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
4 changes: 2 additions & 2 deletions tests/testthat/test-find_rev.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ testthat::test_that("Snapshot test of rix()", {

testthat::test_that("Snapshot test of rix_init()", {

#skip_on_covr()
skip_on_covr()

save_rix_init_test <- function() {

Expand Down Expand Up @@ -138,7 +138,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

0 comments on commit 16a5d25

Please sign in to comment.