GestureNavigation: Re-enable flaky test #testSwipeAfterDestroy
The purpose of the test was to ensure gesture events triggered after the navigation handler destruction can still be handled gracefully without causing crash. Destroying the entire gesture navigation MVC component in the test to simulate the situation became tricky, which marked the test disabled. This CL destroys the NavigationHandler (a mediator) only, which still serves the purpose of the test, to check the case. Bug: 1147553 Change-Id: I1cca3c895404a883c441a314b4b55f0bfd3a20cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642644Reviewed-by:Donn Denman <donnd@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#845982}
Showing
Please register or sign in to comment