Skip to content

Commit

Permalink
deactivate ISTAT test
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 16, 2024
1 parent 0a61806 commit b90f431
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/testthat/test_Main_Helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -570,13 +570,13 @@ test_that("ISTAT - dataflow",{

#-> datastructure
#TODO investigate issue with xmlNamespaceDefinitions (XML)
test_that("ISTAT - datastructure",{
testthat::skip_on_cran()
sdmx <- readSDMX(providerId = "ISTAT", resource = "datastructure", resourceId = "DCCV_CONSACQUA")
if(!is.null(sdmx)){
expect_is(sdmx, "SDMXDataStructureDefinition")
}
})
# test_that("ISTAT - datastructure",{
# testthat::skip_on_cran()
# sdmx <- readSDMX(providerId = "ISTAT", resource = "datastructure", resourceId = "DCCV_CONSACQUA")
# if(!is.null(sdmx)){
# expect_is(sdmx, "SDMXDataStructureDefinition")
# }
# })

#-> data
test_that("ISTAT - data",{
Expand Down

0 comments on commit b90f431

Please sign in to comment.