Skip to content

Commit

Permalink
deactivate 1 more test
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 27, 2019
1 parent b3483b7 commit ad7b230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test_ISOMultiplicityRange.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ require(testthat)
context("ISOMultiplicityRange")

test_that("encoding",{
testthat::skip_on_cran()
testthat::skip_on_travis()
#encoding
md <- ISOMultiplicityRange$new(lower = 1, upper = 1)
expect_is(md, "ISOMultiplicityRange")
Expand Down

0 comments on commit ad7b230

Please sign in to comment.