From f080ee05bdaabadc010d8a6fb673f6699add2d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Tue, 6 Aug 2024 11:01:27 +0200 Subject: [PATCH] Skip some tests in covr They seem to fail in covr now. --- tests/testthat/test-unix-sockets.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testthat/test-unix-sockets.R b/tests/testthat/test-unix-sockets.R index 9f1a376d..ac34cfc5 100644 --- a/tests/testthat/test-unix-sockets.R +++ b/tests/testthat/test-unix-sockets.R @@ -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)