File: skip_bs4_tests.patch

package info (click to toggle)
r-cran-bookdown 0.46%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,972 kB
  • sloc: javascript: 11,343; makefile: 21; sh: 20
file content (14 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 15 Aug 2023 11:43:32 +0200
Description: Seems after creating all Test-Depends from Suggests a set of
             tests was executed which was not the case before due to missing
             test-depends.  However, these do not work and are excluded here

--- a/tests/testthat/test-bs4_book.R
+++ b/tests/testthat/test-bs4_book.R
@@ -1,4 +1,5 @@
 # All tests below require Pandoc
+skip("For whatever reason the bs4 tests do not work even if needs-internet is set.  So just skipping these.")
 skip_if_not_pandoc()
 # test for bs4_book() needs to be run only if deps are installed
 skip_if_bs4_book_deps_missing()