Skip to content

Commit 2156e47

Browse files
committed
Also opt out asa and iop
See #592
1 parent 7ddf163 commit 2156e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testit/test-formats.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test_format("ajs", skip = !rmarkdown::pandoc_available("2.7"))
4242
test_format("amq")
4343
test_format("ams", skip = !rmarkdown::pandoc_available("2.10"))
4444
test_format("arxiv")
45-
test_format("asa")
45+
test_format("asa", skip = TRUE) # ASA format currently broken
4646
test_format("bioinformatics")
4747
test_format("biometrics")
4848
test_format("copernicus")
@@ -56,7 +56,7 @@ test_format("ims")
5656
test_format("ims", output_options = list(journal = "aap"))
5757
test_format("informs", skip = !rmarkdown::pandoc_available("2.10"))
5858
test_format("isba", skip = !rmarkdown::pandoc_available("2.10"))
59-
test_format("iop")
59+
test_format("iop", skip = TRUE) # IOP format currently broken
6060
test_format("jasa")
6161
test_format("jedm")
6262
test_format("joss")

0 commit comments

Comments
 (0)