[R-pkg-team] Bug#982421: r-cran-seurat: autopkgtest failure on i386/armhf
Adrian Bunk
bunk at debian.org
Tue Feb 9 23:39:31 GMT 2021
Source: r-cran-seurat
Version: 4.0.0-1
Severity: serious
Tags: patch
https://ci.debian.net/data/autopkgtest/testing/i386/r/r-cran-seurat/10310072/log.gz
...
ââ Failed tests ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
ââ Error (test_load_10X.R:37:3): 10x Spatial Data Parsing ââââââââââââââââââââââ
Error: object 'txsp' not found
Backtrace:
â
1. ââtestthat::expect_is(txsp, "Seurat") test_load_10X.R:37:2
2. ââtestthat::quasi_label(enquo(object), label, arg = "object")
3. âârlang::eval_bare(expr, quo_get_env(quo))
[ FAIL 1 | WARN 0 | SKIP 16 | PASS 563 ]
Error: Test failures
Execution halted
autopkgtest [18:31:32]: test run-unit-test: -----------------------]
autopkgtest [18:31:32]: test run-unit-test: - - - - - - - - - - results - - - - - - - - - -
run-unit-test FAIL non-zero exit status 1
The following workaround seems to work:
--- debian/tests/run-unit-test.old 2021-02-09 23:36:49.823404797 +0000
+++ debian/tests/run-unit-test 2021-02-09 23:37:01.551392396 +0000
@@ -18,9 +18,7 @@
# Ignore single test on armhf and i386 (see bug #972553)
if [ "$hostarch" = "armhf" -o "$hostarch" = "i386" ] ; then
- set -x
- sed -i '34s/^/#/' testthat/test_load_10X.R
- set +x
+ rm -f testthat/test_load_10X.R
fi
for testfile in *.R; do
echo "BEGIN TEST $testfile"
More information about the R-pkg-team
mailing list