зеркало из https://github.com/DeGsoft/maui-linux.git
[Controls] Ignore random failures on AppCenter
This commit is contained in:
Родитель
8fb66564e9
Коммит
da0fd3668e
|
@ -120,6 +120,8 @@ namespace Xamarin.Forms.Controls.Issues
|
|||
|
||||
#if UITEST
|
||||
[Test]
|
||||
[Ignore("Fails intermittently on TestCloud")]
|
||||
[Category(Core.UITests.UITestCategories.ManualReview)]
|
||||
public void DoesNotCrash()
|
||||
{
|
||||
RunningApp.Tap(q => q.Marked("Animate"));
|
||||
|
|
|
@ -96,6 +96,8 @@ namespace Xamarin.Forms.Controls.Issues
|
|||
#if UITEST && __ANDROID__
|
||||
|
||||
[Test]
|
||||
[Ignore("Fails intermittently on TestCloud")]
|
||||
[Category(Core.UITests.UITestCategories.ManualReview)]
|
||||
public void Bugzilla41415Test()
|
||||
{
|
||||
RunningApp.WaitForElement(q => q.Marked(ButtonText));
|
||||
|
|
|
@ -71,6 +71,8 @@ namespace Xamarin.Forms.Controls.Issues
|
|||
|
||||
#if UITEST
|
||||
[Test]
|
||||
[Ignore("Fails intermittently on TestCloud")]
|
||||
[Category(Core.UITests.UITestCategories.ManualReview)]
|
||||
public void AnimationCancel()
|
||||
{
|
||||
RunningApp.WaitForElement(ButtonId);
|
||||
|
|
Загрузка…
Ссылка в новой задаче