diff --git a/tests/tinytest.R b/tests/tinytest.R index 23c98d6..16a5c04 100644 --- a/tests/tinytest.R +++ b/tests/tinytest.R @@ -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