Mark test as flaky and track in own issue.

This commit is contained in:
Patrick Niklaus 2017-03-02 13:59:35 +00:00 committed by Patrick Niklaus
parent 9f61f72ee8
commit 7c911b3891

View File

@ -203,7 +203,8 @@ Feature: Car - Restricted access
| highway | hov:lanes:forward | hov:lanes:backward | hov:lanes | oneway | forw | backw | forw_rate | backw_rate | | 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 | designated | | | x | x | 18 | 18 |
| primary | | designated | | | x | x | 18 | 18 | | primary | | 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\|designated | designated\|designated | | | x | x | 18 | 18 | | primary | designated\|designated | designated\|designated | | | x | x | 18 | 18 |
| primary | designated\|no | designated\|no | | | x | x | 18 | 18 | | primary | designated\|no | designated\|no | | | x | x | 18 | 18 |
| primary | yes\|no | yes\|no | | | x | x | 18 | 18 | | primary | yes\|no | yes\|no | | | x | x | 18 | 18 |