Skip to content

Commit

Permalink
deactivate i18n tests on travis.org
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jan 29, 2019
1 parent ae54e97 commit ee28fd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_ISOFeatureCatalogue.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ require(testthat)
context("ISOFeatureCatalogue")

test_that("encoding",{
testthat::skip_on_cran()
testthat::skip_on_travis()
#encoding
fc <- ISOFeatureCatalogue$new(uuid = "my-fc-identifier")
fc$setName("name")
Expand Down Expand Up @@ -99,6 +97,8 @@ test_that("encoding",{
})

test_that("encoding - i18n",{
testthat::skip_on_cran()
testthat::skip_on_travis()
#encoding
fc <- ISOFeatureCatalogue$new(uuid = "my-fc-identifier")
fc$setName(
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/test_ISOMetadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ require(testthat)
context("ISOMetadata")

test_that("encoding/decoding",{
testthat::skip_on_cran()
testthat::skip_on_travis()
#encoding
md = ISOMetadata$new()
md$setFileIdentifier("my-metadata-identifier")
Expand Down Expand Up @@ -302,6 +300,8 @@ test_that("encoding/decoding",{
})

test_that("encoding/decoding - i18n",{
testthat::skip_on_cran()
testthat::skip_on_travis()
#encoding
md = ISOMetadata$new()
md$setFileIdentifier("my-metadata-identifier")
Expand Down

0 comments on commit ee28fd8

Please sign in to comment.