From 5f4fde840c3d93df519b9b3acdd475ce323c549c Mon Sep 17 00:00:00 2001 From: siddhijain Date: Tue, 5 May 2026 12:56:41 -0500 Subject: [PATCH 1/2] Ignore TestCase833544 - converted to manual test ADO 3561310 This test has been converted to a manual test case (ADO Test Case 3561310) under the 'MSAL /w Broker' category. Adding @Ignore to skip automated execution. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../msal/automationapp/testpass/broker/foci/TestCase833544.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/foci/TestCase833544.java b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/foci/TestCase833544.java index 7ca288a97..048f47a51 100644 --- a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/foci/TestCase833544.java +++ b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/foci/TestCase833544.java @@ -48,6 +48,7 @@ import com.microsoft.identity.labapi.utilities.exception.LabApiException; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import java.util.concurrent.TimeUnit; @@ -60,6 +61,7 @@ public class TestCase833544 extends AbstractMsalBrokerTest { @Test + @Ignore("Converted to manual test - ADO Test Case 3561310") public void test_833544_NonJoined_FOCI_SSO() throws LabApiException { // Recent build of authenticator seems to produce a notification popup on device, this blocks some ui we rely on to validate account presence. Disabling notifications will work. getSettingsScreen().toggleNotificationsThroughSettings(mBroker.getPackageName()); From a729405310176a76db75cee8a03c5edf1a845a5d Mon Sep 17 00:00:00 2001 From: Siddhi Date: Tue, 5 May 2026 13:22:47 -0500 Subject: [PATCH 2/2] Rearrange annotations Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .../msal/automationapp/testpass/broker/foci/TestCase833544.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/foci/TestCase833544.java b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/foci/TestCase833544.java index 048f47a51..d8fea6231 100644 --- a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/foci/TestCase833544.java +++ b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/foci/TestCase833544.java @@ -60,8 +60,8 @@ @LongUIAutomationTest public class TestCase833544 extends AbstractMsalBrokerTest { - @Test @Ignore("Converted to manual test - ADO Test Case 3561310") + @Test public void test_833544_NonJoined_FOCI_SSO() throws LabApiException { // Recent build of authenticator seems to produce a notification popup on device, this blocks some ui we rely on to validate account presence. Disabling notifications will work. getSettingsScreen().toggleNotificationsThroughSettings(mBroker.getPackageName());