summarylogtreecommitdiffstats
path: root/skip-parallel-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'skip-parallel-tests.patch')
-rw-r--r--skip-parallel-tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/skip-parallel-tests.patch b/skip-parallel-tests.patch
new file mode 100644
index 000000000000..cca7c209967a
--- /dev/null
+++ b/skip-parallel-tests.patch
@@ -0,0 +1,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")