Skip to content

Commit dd00b34

Browse files
committed
test: switch off tests of demo and local servers
1 parent 0ab3715 commit dd00b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tinytest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if ( requireNamespace("tinytest", quietly=TRUE) ){
22
local_server <- FALSE
3-
demo_server <- TRUE
3+
demo_server <- FALSE
44
suppressPackageStartupMessages(library(sf))
55
x_sf <- st_read(system.file("gpkg/apotheke.gpkg", package = "osrm"),
66
quiet = TRUE)

0 commit comments

Comments
 (0)