From 56b1ba966467f5677572d70fa5c4d75bc0c66789 Mon Sep 17 00:00:00 2001 From: zero323 Date: Tue, 28 Jan 2020 15:31:45 +0100 Subject: [PATCH] Add JIRA ticket to TODO removal comment Signed-off-by: zero323 --- R/pkg/tests/run-all.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/pkg/tests/run-all.R b/R/pkg/tests/run-all.R index ba85e14f2de25..bf02ecdad66ff 100644 --- a/R/pkg/tests/run-all.R +++ b/R/pkg/tests/run-all.R @@ -60,7 +60,7 @@ if (identical(Sys.getenv("NOT_CRAN"), "true")) { # set random seed for predictable results. mostly for base's sample() in tree and classification set.seed(42) - # To be removed once testthat 1.x is removed from all builds + # TODO (SPARK-30663) To be removed once testthat 1.x is removed from all builds if (grepl("^1\\..*", packageVersion("testthat"))) { # testthat 1.x test_runner <- testthat:::run_tests