Author: Michael R. Crusoe <crusoe@debian.org>
Description: don't store junit test results
Bug-Debian: https://bugs.debian.org/1072629

Something is broken right now and we don't need them

--- r-cran-dials.orig/tests/testthat.R
+++ r-cran-dials/tests/testthat.R
@@ -1,8 +1,4 @@
 library(testthat)
 library(dials)
 
-if (requireNamespace("xml2")) {
-  test_check("dials", reporter = MultiReporter$new(reporters = list(JunitReporter$new(file = "test-results.xml"), CheckReporter$new())))
-} else {
-  test_check("dials")
-}
+test_check("dials")
