Skip to content

Commit

Permalink
temporarily disable SIRIUS compounds tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhelmus committed Mar 8, 2022
1 parent 228d011 commit c715a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-compounds.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c715a88

Please sign in to comment.