diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-19 00:17:33 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-19 00:17:33 +0100 |
commit | 64e245a16ec22cf864fcb5bae3b4b2fb2eee5905 (patch) | |
tree | c7329600f1310b35491c003a4f0686fc2cc5f3bd /tests/testthat | |
parent | 5ec8e1bad1aa7d79ee9c19bdd50be07f81a14278 (diff) |
Confirm which test fail on R-develv1.2.1
Diffstat (limited to 'tests/testthat')
-rw-r--r-- | tests/testthat/test_mixed.R | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testthat/test_mixed.R b/tests/testthat/test_mixed.R index 8c257738..39a332f5 100644 --- a/tests/testthat/test_mixed.R +++ b/tests/testthat/test_mixed.R @@ -16,7 +16,8 @@ test_that("Print methods work", { expect_known_output(print(sfo_saem_1_reduced, digits = 1), "print_sfo_saem_1_reduced.txt") skip_on_cran() # The following test is platform dependent and fails on - # win-builder with current (18 Nov 2022) R-devel and on the Fedora CRAN check systems + # win-builder with current (18 Nov 2022) R-devel, on the Linux R-devel CRAN check systems + # and also using R-devel locally expect_known_output(print(dfop_saem_1, digits = 1), "print_dfop_saem_1.txt") }) |