1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 22:22:03 +02:00

small CI fix

This commit is contained in:
2018-12-06 16:07:06 +01:00
parent 60fe98bbbd
commit 74a7f4453b
4 changed files with 21 additions and 10 deletions

View File

@ -2,7 +2,7 @@ context("atc.R")
test_that("atc_property works", {
skip_on_cran() # relies on internet connection of server, don't test
skip_on_appveyor() # security error on AppVeyor
#skip_on_appveyor() # security error on AppVeyor
if (!is.null(curl::nslookup("www.whocc.no", error = FALSE))) {
expect_equal(tolower(atc_property("J01CA04", property = "Name")), "amoxicillin")