File: skip_test_needing_not_packaged_database.patch

package info (click to toggle)
r-bioc-summarizedexperiment 1.28.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,120 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Skip test needing unpackaged database
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 03 May 2016 20:27:21 +0200

--- a/inst/unitTests/test_makeSummarizedExperimentFromExpressionSet.R
+++ b/inst/unitTests/test_makeSummarizedExperimentFromExpressionSet.R
@@ -155,6 +155,8 @@
     
 test_GenomicRanges_SummarizedExperiment_coercion_mappingFunctions <- function()
 {
+    DEACTIVATED("Skip test needing unpackaged database")
+
     ## naiveRangeMapper
     ## valid object from empty object
     checkTrue(validObject(makeSummarizedExperimentFromExpressionSet(ExpressionSet())))