From fbf7521769f7050c03390036d3d8527e16e24b71 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Thu, 2 Mar 2017 15:24:38 +0000 Subject: [PATCH] Other flakey test --- features/car/access.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/car/access.feature b/features/car/access.feature index be61853fc..441b617b1 100644 --- a/features/car/access.feature +++ b/features/car/access.feature @@ -202,8 +202,8 @@ Feature: Car - Restricted access Then routability should be | highway | hov:lanes:forward | hov:lanes:backward | hov:lanes | oneway | forw | backw | forw_rate | backw_rate | | primary | designated | designated | | | x | x | 18 | 18 | - | primary | | designated | | | x | x | 18 | 18 | # This test is flaky because non-deterministic turn generation sometimes emits a NoTurn here that is marked as restricted. #3769 + #| primary | | designated | | | x | x | 18 | 18 | #| primary | designated | | | | x | x | 18 | 18 | | primary | designated\|designated | designated\|designated | | | x | x | 18 | 18 | | primary | designated\|no | designated\|no | | | x | x | 18 | 18 |