e18fd7c3e7
The test times out, because we don't get any answer on our getNavigation(). Technically this happens because we dispose the corresponding instance of AnalysisDriver, so it is removed from the AnalysisDriverScheduler, and getResult() never completes. Which, I think makes sense. Once the analysis root is removed, the client cannot expect answers. So, there is no need for the test. R=brianwilkerson@google.com Change-Id: I124ac3d6a4a903880c7b8f82cafe692b38c59017 Reviewed-on: https://dart-review.googlesource.com/57903 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>