Skip to content

Commit

Permalink
Skip problematic test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Aug 21, 2024
1 parent e1cc79f commit baeb93c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test_variants.r
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ test_that("rsid",

test_that("conversion",
{
skip_on_ci()
o <- NULL
o <- try(variants_to_rsid(c("rs1205", "7:105561135")))
if (inherits(o, c("try-error", "response"))) skip("Server issues")
Expand Down

0 comments on commit baeb93c

Please sign in to comment.