Skip to content

Commit

Permalink
Merge pull request #540 from r-world-devs/539-cran-fix-for-212
Browse files Browse the repository at this point in the history
Skip test on CRAN.
  • Loading branch information
maciekbanas authored Nov 12, 2024
2 parents 1af161f + e4564af commit 81e5751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GitStats
Title: Standardized Git Repository Data
Version: 2.1.2
Version: 2.1.1.9004
Authors@R: c(
person(given = "Maciej", family = "Banas", email = "[email protected]", role = c("aut", "cre")),
person(given = "Kamil", family = "Koziej", email = "[email protected]", role = "aut"),
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-set_host.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ test_that("Error pops out when `org` does not exist", {
})

test_that("Setting verbose for set_*_host() to FALSE works fine", {
skip_on_cran()
expect_no_error(
create_gitstats() %>%
set_github_host(
Expand Down

0 comments on commit 81e5751

Please sign in to comment.