We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cb46f commit faa0f43Copy full SHA for faa0f43
tests/testthat/setup.R
@@ -6,6 +6,7 @@ pcreek <- system.file(
6
sf::read_sf()
7
8
# --- Setup the testing environment.
9
+aum <- options(arrow.unsafe_metadata = TRUE)
10
temp_dir <- tempdir()
11
old_chewie_cache <- chewie::chewie_get_cache()
12
options("chewie.testing" = TRUE)
@@ -31,6 +32,7 @@ withr::defer(
31
32
chewie::chewie_setup_cache(old_chewie_cache)
33
fs::file_delete(unzipped_files)
34
options(chewie.testing = NULL)
35
+ options(aum)
36
fs::file_delete(".Renviron")
37
},
38
envir = teardown_env()
0 commit comments