We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0062d0 commit a6a4049Copy full SHA for a6a4049
tests/testthat/test-request.R
@@ -1,4 +1,5 @@
1
test_that("requesting works", {
2
+ skip("This site is down.")
3
res <- do_request("https://httpbin.org/status/414", list(), timeout_seconds = 10 * 60)
4
expect_equal(res$status_code, 414)
5
})
0 commit comments