Skip to content

Commit

Permalink
Skip test on github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Mar 7, 2024
1 parent 2c180f1 commit 6e288d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-05-GitHost.R
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ test_that("pull_commits for GitLab works", {
})

test_that("pull_commits for GitLab works with repos implied", {
skip_if(!interactive())
test_host <- create_testhost(
api_url = "https://gitlab.com/api/v4",
token = Sys.getenv("GITLAB_PAT_PUBLIC"),
Expand Down

0 comments on commit 6e288d7

Please sign in to comment.