Skip to content

Commit

Permalink
skip on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenturner committed Aug 18, 2024
1 parent 42f2525 commit 97366cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-biorecap.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ test_that("tt_preprints", {
})

test_that("tt_preprints", {
skip_on_ci()
output_dir <- tempdir()
expect_silent(biorecap_report(use_example_preprints=TRUE, output_dir=output_dir, quiet=TRUE))
expect_error(biorecap_report(use_example_preprints=FALSE, output_dir=output_dir))
Expand Down

0 comments on commit 97366cb

Please sign in to comment.