File: exclude_failing_http_tests_i386.patch

package info (click to toggle)
r-cran-rsconnect 0.8.29-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,520 kB
  • sloc: python: 185; sh: 13; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Exclude failing http tests on i386
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1016824

--- a/tests/testthat/test-http.R
+++ b/tests/testthat/test-http.R
@@ -5,6 +5,7 @@ skip_on_os("solaris")
 
 skip_if_not_installed("callr")
 skip_if_not_installed("httpuv")
+skip_on_os("linux", "i686")
 
 # Temporary file to cache the output (request) to HTTP methods
 output <- tempfile(fileext = ".rds")