Skip to content

Commit

Permalink
Skip some tests in covr
Browse files Browse the repository at this point in the history
They seem to fail in covr now.
  • Loading branch information
gaborcsardi committed Aug 6, 2024
1 parent 3f9af6d commit f080ee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-unix-sockets.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ test_that("here is no extra ready for poll(), without data", {

test_that("closing the other end finishes `poll()`, on macOS", {
skip_on_cran()
# seems fragile in covr
skip_on_covr()

sock <- tempfile()
on.exit(unlink(sock), add = TRUE)
Expand Down

0 comments on commit f080ee0

Please sign in to comment.