From ba66d74812079459acb6ead600c42a4c1d639dac Mon Sep 17 00:00:00 2001 From: fadidurah <88730756+fadidurah@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:58:06 -0400 Subject: [PATCH] Ignore 497038 (#2170) This test shouldn't be ran in automation, as it relies on ui elements in Outlook's mobile website's front page, which is constantly changing and causing this test to break. We will run this manually during release process. --- common | 2 +- .../automationapp/testpass/msalonly/basic/TestCase497038.java | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common b/common index 95f2b16d0..9b7999fe9 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 95f2b16d0d0aae362ddc8a652d5cb04cc3212e57 +Subproject commit 9b7999fe92603a37f67d73e6ed9e912ba5f91ac7 diff --git a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/msalonly/basic/TestCase497038.java b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/msalonly/basic/TestCase497038.java index ad66142c1..c80d463a0 100644 --- a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/msalonly/basic/TestCase497038.java +++ b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/msalonly/basic/TestCase497038.java @@ -45,6 +45,7 @@ import com.microsoft.identity.labapi.utilities.constants.AzureEnvironment; import com.microsoft.identity.labapi.utilities.constants.TempUserType; +import org.junit.Ignore; import org.junit.Test; import java.util.Arrays; @@ -53,6 +54,7 @@ // https://identitydivision.visualstudio.com/DefaultCollection/DevEx/_workitems/edit/497038 @RetryOnFailure(retryCount = 2) @RunOnAPI29Minus("Speed Bump") +@Ignore("This test relies on ui element on Outlook's mobile website's front page. It's constantly breaking as their ui changes.") public class TestCase497038 extends AbstractMsalUiTest { @Test