Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 13 Jan 2023 11:02:18 +0100
Description: Do not post to the internet

--- a/tests/testthat/test-req-body.R
+++ b/tests/testthat/test-req-body.R
@@ -14,6 +14,7 @@ test_that("can send file", {
 })
 
 test_that("can send string", {
+  skip("Skip on Debian since we can't post")
   resp <- request_test("/post") %>%
     req_body_raw("test", type = "text/plain") %>%
     req_perform()
