Skip to content

Commit 5903d8d

Browse files
skip test on CRAN
1 parent 88c80a0 commit 5903d8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
^hex_sticker$
1414
^CRAN-RELEASE$
1515
^CRAN-SUBMISSION$
16-
.github
16+
.github

tests/testthat/test--parsers_and_writers.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ test_that("Mothur classify.seqs *.tax.summary simple parsing", {
101101

102102

103103
test_that("Newick parsing", {
104+
skip_on_cran()
105+
104106
result <- parse_newick("example_data/newick_example_1.txt")
105107
expect_equal(length(result$taxa), 21)
106108
expect_equal(length(roots(result)), 2)

0 commit comments

Comments
 (0)