Fixes viewmanager tests on android
There were two things causing flake: . The bounds of the root asynchronously changes. . Similarly the metrics are asynchronously available. As tests expect certain things to happen in a certain order these were causing problems. As we don't care about these cases I've ignored tracking them. This makes the test cleanly pass now. I also added --repeat-count to the apptest_runner. BUG=497920 TEST=test only change R=msw@chromium.org Review URL: https://codereview.chromium.org/1174993002 Cr-Commit-Position: refs/heads/master@{#333793}
Showing
This diff is collapsed.
Please register or sign in to comment