DescriptionFix more flaky autofill tests.
These were flaky because we changed to returning profiles in reverse chronological order: https://codereview.chromium.org/600873002
The tests assumed normal chronological order. It only failed sometimes because frequently two items would get inserted with the same timestamp, so ordering fell back to GUID. Thus by placing sleep(1) in between AddProfile calls, the flaky failures become consistent failures.
BUG=420023
Committed: https://crrev.com/69b952cfdb40656f47a50d0202263521de1ffe19
Cr-Commit-Position: refs/heads/master@{#299784}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|