diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-11 10:43:56 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-11 10:43:56 +0100 |
commit | 0cbabc98850e436b1e0703c659cf8a00b52d7503 (patch) | |
tree | 9c7b25c2d27affd492a84cbf2f5ce4069a62864a /tests/testthat/test_nafta.R | |
parent | df4de0abf471c7013a38b0e6be173a072c4bb74b (diff) |
Skip vdiffr tests on travis as they are not robust
As can be seen in the miniscule change seen on R-devel in the reference
plot updated with this commit
Diffstat (limited to 'tests/testthat/test_nafta.R')
-rw-r--r-- | tests/testthat/test_nafta.R | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testthat/test_nafta.R b/tests/testthat/test_nafta.R index 62c88983..fcab4ffb 100644 --- a/tests/testthat/test_nafta.R +++ b/tests/testthat/test_nafta.R @@ -20,6 +20,7 @@ test_that("Test data from Appendix B are correctly evaluated", { expect_known_output(print(res), "NAFTA_SOP_Appendix_B.txt") + skip_on_travis() plot_nafta <- function() plot(res) if(requireNamespace("vdiffr", quietly = TRUE)) { skip_if(getRversion() < "4.1.0") @@ -48,6 +49,7 @@ test_that("Test data from Appendix D are correctly evaluated", { expect_known_output(print(res), "NAFTA_SOP_Appendix_D.txt") + skip_on_travis() plot_nafta <- function() plot(res) if(requireNamespace("vdiffr", quietly = TRUE)) { skip_if(getRversion() < "4.1.0") |