aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_pai.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-11-19 01:57:57 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2021-11-19 01:57:57 +0100
commitee867b11c38a6c0d97b999986f78cd014fd2bfd1 (patch)
tree62cb69102763dfb78392b836fa73174b9b93de11 /tests/testthat/test_pai.R
parentebbf0dba2aebb17d07a1974426794a183b48a27e (diff)
Skip BCPC for travis
Diffstat (limited to 'tests/testthat/test_pai.R')
-rw-r--r--tests/testthat/test_pai.R1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testthat/test_pai.R b/tests/testthat/test_pai.R
index e22b6ae..518fc56 100644
--- a/tests/testthat/test_pai.R
+++ b/tests/testthat/test_pai.R
@@ -5,6 +5,7 @@ require(testthat)
context("Generation of pai objects")
test_that("a pai object is correctly generated from an ambiguous name", {
+ skip_on_travis() # server certificate verification failed in curl_fetch_memory()
glyphosate <- pai$new("glyphosate", chyaml = FALSE)
expect_message(pai$new("benzalkonium chloride", chyaml = FALSE), "did not give results")

Contact - Imprint