From a08a6ba1badaa7411198368bc0ab2c1bc5578673 Mon Sep 17 00:00:00 2001 From: Maciej Banas Date: Mon, 17 Feb 2025 15:28:26 +0000 Subject: [PATCH] Skip test on CRAN. --- tests/testthat/test-set_repos.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-set_repos.R b/tests/testthat/test-set_repos.R index cae8ddc..bfe4a68 100644 --- a/tests/testthat/test-set_repos.R +++ b/tests/testthat/test-set_repos.R @@ -1,4 +1,5 @@ test_that("set_*_repos creates GitStats object inside GitAI with repos set", { + testthat::skip_on_cran() withr::local_envvar(GITAI_VERBOSE = FALSE) my_project <- initialize_project("gitai_test_project")