diff --git a/features/car/access.feature b/features/car/access.feature index 2e989c8de..a7d0f2f84 100644 --- a/features/car/access.feature +++ b/features/car/access.feature @@ -224,12 +224,10 @@ Feature: Car - Restricted access | primary | no | x | | primary | snowmobile | x | - # To test this we need issue #2781 - @todo - Scenario: Car - only toll=yes ways are ignored by default + Scenario: Car - toll=yes ways are enabled by default Then routability should be | highway | toll | bothw | - | primary | yes | | + | primary | yes | x | Scenario: Car - directional access tags Then routability should be diff --git a/profiles/car.lua b/profiles/car.lua index 74ec0964d..e199e3db5 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -96,7 +96,7 @@ local profile = { avoid = Set { 'area', - 'toll', + -- 'toll', -- uncomment this to avoid tolls 'reversible', 'impassable', 'hov_lanes',