diff --git a/src/Controls/tests/TestCases.HostApp/Issues/Issue18452.cs b/src/Controls/tests/TestCases.HostApp/Issues/Issue18452.cs index c51292c92d43..f8227f8c941b 100644 --- a/src/Controls/tests/TestCases.HostApp/Issues/Issue18452.cs +++ b/src/Controls/tests/TestCases.HostApp/Issues/Issue18452.cs @@ -56,4 +56,4 @@ protected override void Init() Content = grid; } } -} +} \ No newline at end of file diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue12134.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue12134.cs index 774665f5b670..b962957fdb83 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue12134.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue12134.cs @@ -1,4 +1,5 @@ -using NUnit.Framework; +#if TEST_FAILS_ON_ANDROID // Issue Link - https://github.com/dotnet/maui/issues/33766 +using NUnit.Framework; using UITest.Appium; using UITest.Core; @@ -24,4 +25,5 @@ public void CookiesCorrectlyLoadWithMultipleWebViews() } } } -} \ No newline at end of file +} +#endif \ No newline at end of file diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18420.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18420.cs index ea252fdcd9f7..e1e11be7872e 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18420.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18420.cs @@ -16,7 +16,9 @@ public void ApplyingRotationWithZeroDurationShouldNotCrash() { App.WaitForElement("RotateButton"); App.Tap("RotateButton"); + App.WaitForElement("RotateButton"); App.Tap("RotateButton"); + App.WaitForElement("RotateButton"); App.Tap("RotateButton"); App.WaitForElement("RotateButton"); } diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_SafeAreaBorderOrientation.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_SafeAreaBorderOrientation.cs index fc25da008faf..c0cd6bcf6c76 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_SafeAreaBorderOrientation.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_SafeAreaBorderOrientation.cs @@ -129,6 +129,7 @@ public void SafeAreaBorderOrientationLandscapeToPortrait() [Test] [Category(UITestCategories.SafeAreaEdges)] + [Retry(2)] public void SafeAreaBorderMultipleOrientationChanges() { var borderContent = App.WaitForElement("BorderContent");