Skip to content

Commit

Permalink
Skip and remove superfluous.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Oct 14, 2024
1 parent e2767b6 commit 6daf6a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/testthat/test-helpers.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
test_that("`get_group_id()` gets group's id", {
gl_group_id <- test_rest_gitlab_priv$get_group_id("mbtests")
expect_equal(gl_group_id, 63684059)
})

test_that("`set_searching_scope` does not throw error when `orgs` or `repos` are defined", {
expect_snapshot(
gitlab_testhost_priv$set_searching_scope(orgs = "mbtests", repos = NULL, verbose = TRUE)
Expand Down Expand Up @@ -128,6 +123,7 @@ test_that("`set_default_token` sets default token for public GitHub", {
})

test_that("`test_token` works properly", {
skip_on_cran()
expect_true(
github_testhost_priv$test_token(Sys.getenv("GITHUB_PAT"))
)
Expand Down

0 comments on commit 6daf6a9

Please sign in to comment.