diff --git a/features/nearest/pick.feature b/features/nearest/pick.feature index c2270a869..dcdf5268c 100644 --- a/features/nearest/pick.feature +++ b/features/nearest/pick.feature @@ -1,4 +1,4 @@ -@nearest @serial +@nearest Feature: Locating Nearest node on a Way - pick closest way Background: diff --git a/tests/cucumber.rs b/tests/cucumber.rs index c4acc424e..36e41e00d 100644 --- a/tests/cucumber.rs +++ b/tests/cucumber.rs @@ -365,6 +365,7 @@ fn main() { futures::executor::block_on( OSRMWorld::cucumber() + .max_concurrent_scenarios(1) .before(move |feature, _rule, scenario, world| { // TODO: move to function call below // ports the following logic: