[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Help needed to skip test on i386 only



Hi,

I intended to exclude some tests for r-cran-leidenbase for the i386
architecture since upstream does not respond to the issue I opened[1].
I tried my luck with a patch[2] basically adding

  skip_if(Sys.info()[["machine"]] == "i386")

before the test in question.  Unfortunately my build on i386 arch
kept on running these tests and thus failed.  Any idea what might
be wrong with my skip_if statement?

Kind regards
   Andreas.


[1] https://github.com/cole-trapnell-lab/leidenbase/issues/36
[2] https://salsa.debian.org/r-pkg-team/r-cran-leidenbase/-/blob/master/debian/patches/ignore_failing_test_on_i386.patch

-- 
http://fam-tille.de


Reply to: