summarylogtreecommitdiffstats
path: root/skip-parallel-tests.patch
blob: cca7c209967a7a9c0e5c7e73a40ba1bf322161ea (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/foreach/tests/testthat.R b/foreach/tests/testthat.R
index 37f6250..7b32078 100644
--- a/foreach/tests/testthat.R
+++ b/foreach/tests/testthat.R
@@ -4,6 +4,3 @@ library(foreach)
 
 Sys.setenv(FOREACH_BACKEND="SEQ")
 test_check("foreach")
-
-Sys.setenv(FOREACH_BACKEND="PAR")
-test_check("foreach")