Skip to content

Commit 5286b35

Browse files
committed
Remove test exclusions
1 parent dea199b commit 5286b35

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Config/testthat/edition: 3
2929
Config/usethis/last-upkeep: 2025-04-23
3030
Encoding: UTF-8
3131
Roxygen: list(markdown = TRUE)
32-
RoxygenNote: 7.3.2.9000
32+
RoxygenNote: 7.3.2
3333
SystemRequirements: 'libfswatch', or 'cmake' to compile from package
3434
sources

tests/testthat/test-watch.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ test_that("watcher() logs", {
2525
})
2626

2727
test_that("watcher() callbacks", {
28-
skip_if(R.version$arch == "aarch64" && !Sys.getenv("NOT_CRAN") == "true")
2928
x <- 0L
3029
w <- watcher(
3130
c(dir, dir2),

0 commit comments

Comments
 (0)