From baeb93c247df8aa08f0fac1dbe4a195a8955edc6 Mon Sep 17 00:00:00 2001 From: Tom Palmer Date: Wed, 21 Aug 2024 19:48:13 +0100 Subject: [PATCH] Skip problematic test on CI --- tests/testthat/test_variants.r | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test_variants.r b/tests/testthat/test_variants.r index 8a4364e..88a0457 100644 --- a/tests/testthat/test_variants.r +++ b/tests/testthat/test_variants.r @@ -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")