Skip to content

Commit

Permalink
chore: deactivate server related tests
Browse files Browse the repository at this point in the history
CRAN release

[ci skip]
  • Loading branch information
rCarto committed Mar 30, 2023
1 parent 829924d commit 7d39aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tinytest.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (requireNamespace("tinytest", quietly = TRUE)) {
local_server <- FALSE
demo_server <- TRUE
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 7d39aef

Please sign in to comment.