From c715a88bda3a756d89d5e0885bb14ec18b605ca0 Mon Sep 17 00:00:00 2001 From: Rick Helmus Date: Tue, 8 Mar 2022 13:27:42 +0100 Subject: [PATCH] temporarily disable SIRIUS compounds tests --- tests/testthat/test-compounds.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/testthat/test-compounds.R b/tests/testthat/test-compounds.R index 2c7db0bb5..e24c74070 100644 --- a/tests/testthat/test-compounds.R +++ b/tests/testthat/test-compounds.R @@ -8,7 +8,8 @@ plistsEmptyMS <- removeMSPlists(plists, "MS") fGroupsEmpty <- getEmptyTestFGroups() doMetFrag <- !is.null(getOption("patRoon.path.MetFragCL")) && nzchar(getOption("patRoon.path.MetFragCL")) -doSIRIUS <- !is.null(getOption("patRoon.path.SIRIUS")) && nzchar(getOption("patRoon.path.SIRIUS")) +# disable for now, CSI seems slow/unresponsive +doSIRIUS <- FALSE #!is.null(getOption("patRoon.path.SIRIUS")) && nzchar(getOption("patRoon.path.SIRIUS")) if (doMetFrag) {