Skip to content

Commit

Permalink
Try pass CI/CD pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Mar 11, 2024
1 parent 65a66e6 commit a25f109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-03-EngineRestGitLab.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ test_that("`prepare_commits_table()` prepares table of commits by team properly"
})

test_that("`get_commits_authors_handles_and_names()` adds author logis and names to commits table", {
skip_if(!interactive())
expect_snapshot(
gl_commits_table <- test_rest_priv$get_commits_authors_handles_and_names(
commits_table = test_mocker$use("gl_commits_table")
Expand Down

0 comments on commit a25f109

Please sign in to comment.