Skip to content

Commit

Permalink
test: no distant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed May 6, 2024
1 parent 4f2d70d commit bb2f847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tinytest.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (requireNamespace("tinytest", quietly = TRUE)) {
local_server <- TRUE
demo_server <- TRUE
local_server <- FALSE
demo_server <- FALSE
suppressPackageStartupMessages(library(sf))
x_sf <- st_read(system.file("gpkg/apotheke.gpkg", package = "osrm"),
quiet = TRUE
Expand Down

0 comments on commit bb2f847

Please sign in to comment.