Fix flaky tests. (#6510)
authorKevin Petit <kevin.petit@outlook.com>
Wed, 26 Jun 2019 15:57:36 +0000 (17:57 +0200)
committerRui Marinho <me@ruimarinho.net>
Wed, 26 Jun 2019 15:57:36 +0000 (16:57 +0100)
commit554602bff63cb71f1b895da2dba71a3a383a66aa
tree11120222ef9dc759c0175c96dceee57016b945af
parent26be6ca368857cfba4cc0fcd705e7e47055df1a6
Fix flaky tests. (#6510)

Found issues on some tests when running on my local machine.
The test Bugzilla 31333 dont wait the input to take focus (so on a fast machine it fail).
The test Issue1733 use the current culture to parse number which can fail (and indeed fail on my machine).
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue1733.cs