Skip to content

Commit 92b7016

Browse files
committed
tests: remove obsolete line to stop parallel processes
1 parent fd09f2c commit 92b7016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ library(faahKO)
44
library(MSnbase)
55
library(msdata)
66
library(BiocParallel)
7+
prm <- SerialParam()
8+
79
register(SerialParam())
810

911
## Create some objects we can re-use in different tests:
@@ -79,5 +81,3 @@ ref_mz_rt <- featureDefinitions(ref)[, c("mzmed","rtmed")]
7981
tst <- loadXcmsData("faahko_sub2")
8082

8183
test_check("xcms")
82-
83-
bpstop(prm)

0 commit comments

Comments
 (0)