From: Michael R. Crusoe <crusoe@debian.org>
Subject: i686 does not exhibit a tested issue
Forwarded: https://github.com/const-ae/glmGamPoi/issues/15#issuecomment-769047299
--- r-bioc-glmgampoi.orig/tests/testthat/test-residuals.R
+++ r-bioc-glmgampoi/tests/testthat/test-residuals.R
@@ -98,6 +98,9 @@
 
 
 test_that("qres.gampoi can handle other weird values", {
+  if(R.version$arch == "i686") {
+    skip("i686 does not exhibit this weird issue.")
+  }
   # This specific combination of parameters caused NA's
   Y <- matrix(27)
   Mu <- matrix(0.435023)
