Skip to content

Commit

Permalink
Skip a fragile test on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 6, 2024
1 parent f080ee0 commit 3d769d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-poll-curl.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

test_that("curl fds", {
skip_on_cran()
if (Sys.getenv("CI") != "" && Sys.info()[["sysname"]] == "Darwin") {
skip("fragile on GHA macOS")
}

resp <- list()
errm <- character()
Expand Down

0 comments on commit 3d769d3

Please sign in to comment.