From 4f65d2a6d8540fe908f44adf94667052a16fd032 Mon Sep 17 00:00:00 2001 From: LogishaSelvarajSF4525 Date: Thu, 3 Jul 2025 16:43:55 +0530 Subject: [PATCH 1/2] Added test_fails and issue link --- .../tests/TestCases.Shared.Tests/Tests/Issues/Issue28798.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28798.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28798.cs index 1ed1723230d3..4503cba2ae88 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28798.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28798.cs @@ -1,4 +1,4 @@ -#if ANDROID +#if ANDROID && TEST_FAILS_ON_ANDROID //Reenable issue : https://github.com/dotnet/maui/issues/30411 using NUnit.Framework; using UITest.Appium; using UITest.Core; From c04c399c01cb3634c915234c23a4108994192dd8 Mon Sep 17 00:00:00 2001 From: LogishaSelvarajSF4525 Date: Thu, 3 Jul 2025 16:59:13 +0530 Subject: [PATCH 2/2] updated --- .../tests/TestCases.Shared.Tests/Tests/Issues/Issue28798.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28798.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28798.cs index 4503cba2ae88..3994f04dcbab 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28798.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28798.cs @@ -1,4 +1,4 @@ -#if ANDROID && TEST_FAILS_ON_ANDROID //Reenable issue : https://github.com/dotnet/maui/issues/30411 +#if ANDROID && TEST_FAILS_ON_ANDROID //for more information : https://github.com/dotnet/maui/issues/30411 using NUnit.Framework; using UITest.Appium; using UITest.Core;