Skip to content

Commit ad7b230

Browse files
committed
deactivate 1 more test
1 parent b3483b7 commit ad7b230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test_ISOMultiplicityRange.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ require(testthat)
99
context("ISOMultiplicityRange")
1010

1111
test_that("encoding",{
12+
testthat::skip_on_cran()
13+
testthat::skip_on_travis()
1214
#encoding
1315
md <- ISOMultiplicityRange$new(lower = 1, upper = 1)
1416
expect_is(md, "ISOMultiplicityRange")

0 commit comments

Comments
 (0)