From 16a5d253ad4c8f50430037f8e2086e9ac58b4db7 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Sat, 27 Jan 2024 18:19:38 +0100 Subject: [PATCH] nope --- dev/flat_build_envs.Rmd | 4 ++-- tests/testthat/test-find_rev.R | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/flat_build_envs.Rmd b/dev/flat_build_envs.Rmd index 4cfb5253..d529fab9 100644 --- a/dev/flat_build_envs.Rmd +++ b/dev/flat_build_envs.Rmd @@ -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() { @@ -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") diff --git a/tests/testthat/test-find_rev.R b/tests/testthat/test-find_rev.R index be5b4a47..cc22fbaf 100644 --- a/tests/testthat/test-find_rev.R +++ b/tests/testthat/test-find_rev.R @@ -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() { @@ -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")