diff --git a/azure-pipelines/pull-request-validation/pr-msal.yml b/azure-pipelines/pull-request-validation/pr-msal.yml index 7354a822d..118144961 100644 --- a/azure-pipelines/pull-request-validation/pr-msal.yml +++ b/azure-pipelines/pull-request-validation/pr-msal.yml @@ -26,7 +26,9 @@ resources: endpoint: ANDROID_GITHUB pool: - name: Hosted Windows 2019 with VS2019 + name: MSSecurity-1ES-Build-Agents-Pool + image: MSSecurity-1ES-Windows-2022 + os: windows jobs: - job: build_test displayName: Build & Test diff --git a/common b/common index e8a10e35b..8bdb7ba10 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e8a10e35bcb7863b0b0d1bf237d2932b20937259 +Subproject commit 8bdb7ba1079c9f078ae29e040ad1c9954b6af372 diff --git a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/joined/TestCase1561151.java b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/joined/TestCase1561151.java index 2422ac339..dc65b197f 100644 --- a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/joined/TestCase1561151.java +++ b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/joined/TestCase1561151.java @@ -41,7 +41,6 @@ import com.microsoft.identity.labapi.utilities.constants.TempUserType; import org.junit.Assert; -import org.junit.Ignore; import org.junit.Test; import java.util.Arrays; @@ -52,7 +51,6 @@ @RetryOnFailure @LongUIAutomationTest("Password reset test") @RunOnAPI29Minus -@Ignore("Ignore until lab issue is resolved for Reset API") public class TestCase1561151 extends AbstractMsalBrokerTest { @Test public void test_1561151_Joined_PasswordChange() throws Throwable { diff --git a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/mam/TestCase850457.java b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/mam/TestCase850457.java index 3c219d9cd..b30e35c4e 100644 --- a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/mam/TestCase850457.java +++ b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/mam/TestCase850457.java @@ -40,7 +40,6 @@ import com.microsoft.identity.labapi.utilities.constants.TempUserType; import org.junit.Assert; -import org.junit.Ignore; import org.junit.Test; import java.util.Arrays; @@ -51,7 +50,6 @@ @RetryOnFailure @LongUIAutomationTest("Password reset test") @RunOnAPI29Minus -@Ignore("Ignore until lab issue is resolved for Reset API") public class TestCase850457 extends AbstractMsalBrokerTest { @Test diff --git a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nonjoined/TestCase1561152.java b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nonjoined/TestCase1561152.java index bd2b2379e..a07ff1e5d 100644 --- a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nonjoined/TestCase1561152.java +++ b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nonjoined/TestCase1561152.java @@ -43,7 +43,6 @@ import com.microsoft.identity.labapi.utilities.constants.TempUserType; import org.junit.Assert; -import org.junit.Ignore; import org.junit.Test; import java.util.Arrays; import java.util.concurrent.TimeUnit; @@ -53,7 +52,6 @@ @RetryOnFailure @LongUIAutomationTest("Password reset test") @RunOnAPI29Minus -@Ignore("Ignore until lab issue is resolved for Reset API") public class TestCase1561152 extends AbstractMsalBrokerTest { @Test diff --git a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nonjoined/TestCase2139526.java b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nonjoined/TestCase2139526.java index d18ab11f0..5cf3b4131 100644 --- a/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nonjoined/TestCase2139526.java +++ b/msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nonjoined/TestCase2139526.java @@ -39,8 +39,6 @@ import com.microsoft.identity.labapi.utilities.client.LabQuery; import com.microsoft.identity.labapi.utilities.constants.ProtectionPolicy; import com.microsoft.identity.labapi.utilities.constants.TempUserType; - -import org.junit.Ignore; import org.junit.Test; import java.util.Arrays; @@ -50,7 +48,6 @@ // https://identitydivision.visualstudio.com/Engineering/_workitems/edit/2139526 @RetryOnFailure @LongUIAutomationTest -@Ignore("Ignore until lab issue is resolved for Enable Policy API") public class TestCase2139526 extends AbstractMsalBrokerTest { @Test