From 29fda2b01cd0a8747b9f265924319b134057a91c Mon Sep 17 00:00:00 2001 From: rmflight Date: Wed, 16 Oct 2024 09:13:44 -0400 Subject: [PATCH] skipping a log on mac and windows --- covr_report.txt | 0 tests/testthat/test-logging.R | 1 + 2 files changed, 1 insertion(+) delete mode 100644 covr_report.txt diff --git a/covr_report.txt b/covr_report.txt deleted file mode 100644 index e69de29..0000000 diff --git a/tests/testthat/test-logging.R b/tests/testthat/test-logging.R index 1535b78..f5be459 100644 --- a/tests/testthat/test-logging.R +++ b/tests/testthat/test-logging.R @@ -8,6 +8,7 @@ test_that("logger detection works", { }) test_that("logging works", { + skip_on_os(c("windows", "mac")) enable_logging("nomemory_logs.log") set.seed(1234)