Skip to content

Commit

Permalink
skip test on CRAN to avoid API down problems #151
Browse files Browse the repository at this point in the history
  • Loading branch information
brunj7 committed Aug 5, 2024
1 parent ce143ba commit d4ab028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-download_EML_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ context("download_EML_data()")

#adding a test for a dataset that uses EML metadata from Arctic Data Center member node
test_that("test data URL with eml metadata from the Arctic Data Center member node and with multiple data tables", {
# Takes too much time and add load on servers
skip_on_cran()

temp_dir <- tempdir()
data_id <- "urn:uuid:4b5b35cf-7a39-449f-90f1-93fb3e6fb242"
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-download_ISO_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ context("download_ISO_data()")

#adding a test for a dataset that uses ISO metadata from Research Workspace member node
test_that("test data URL with ISO metadata from Research Workspace member node and with multiple data tables", {
# Takes too much time and add load on servers
skip_on_cran()

temp_dir <- tempdir()
data_id <- "8181dc0f-25fe-45c2-9bcd-0af54276aa62"
Expand Down

0 comments on commit d4ab028

Please sign in to comment.