Skip to content

Commit ec9dd47

Browse files
authored
Lab back online, take common changes and bring back tests, Fixes AB#3430779 (#2407)
Lab is now back online, we can un-ignore some tests AzureAD/microsoft-authentication-library-common-for-android#2820 [AB#3430779](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3430779)
1 parent 70f423b commit ec9dd47

File tree

6 files changed

+4
-11
lines changed

6 files changed

+4
-11
lines changed

azure-pipelines/pull-request-validation/pr-msal.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ resources:
2626
endpoint: ANDROID_GITHUB
2727

2828
pool:
29-
name: Hosted Windows 2019 with VS2019
29+
name: MSSecurity-1ES-Build-Agents-Pool
30+
image: MSSecurity-1ES-Windows-2022
31+
os: windows
3032
jobs:
3133
- job: build_test
3234
displayName: Build & Test

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/joined/TestCase1561151.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
import com.microsoft.identity.labapi.utilities.constants.TempUserType;
4242

4343
import org.junit.Assert;
44-
import org.junit.Ignore;
4544
import org.junit.Test;
4645

4746
import java.util.Arrays;
@@ -52,7 +51,6 @@
5251
@RetryOnFailure
5352
@LongUIAutomationTest("Password reset test")
5453
@RunOnAPI29Minus
55-
@Ignore("Ignore until lab issue is resolved for Reset API")
5654
public class TestCase1561151 extends AbstractMsalBrokerTest {
5755
@Test
5856
public void test_1561151_Joined_PasswordChange() throws Throwable {

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/mam/TestCase850457.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
import com.microsoft.identity.labapi.utilities.constants.TempUserType;
4141

4242
import org.junit.Assert;
43-
import org.junit.Ignore;
4443
import org.junit.Test;
4544

4645
import java.util.Arrays;
@@ -51,7 +50,6 @@
5150
@RetryOnFailure
5251
@LongUIAutomationTest("Password reset test")
5352
@RunOnAPI29Minus
54-
@Ignore("Ignore until lab issue is resolved for Reset API")
5553
public class TestCase850457 extends AbstractMsalBrokerTest {
5654

5755
@Test

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nonjoined/TestCase1561152.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
import com.microsoft.identity.labapi.utilities.constants.TempUserType;
4444

4545
import org.junit.Assert;
46-
import org.junit.Ignore;
4746
import org.junit.Test;
4847
import java.util.Arrays;
4948
import java.util.concurrent.TimeUnit;
@@ -53,7 +52,6 @@
5352
@RetryOnFailure
5453
@LongUIAutomationTest("Password reset test")
5554
@RunOnAPI29Minus
56-
@Ignore("Ignore until lab issue is resolved for Reset API")
5755
public class TestCase1561152 extends AbstractMsalBrokerTest {
5856

5957
@Test

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nonjoined/TestCase2139526.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
import com.microsoft.identity.labapi.utilities.client.LabQuery;
4040
import com.microsoft.identity.labapi.utilities.constants.ProtectionPolicy;
4141
import com.microsoft.identity.labapi.utilities.constants.TempUserType;
42-
43-
import org.junit.Ignore;
4442
import org.junit.Test;
4543

4644
import java.util.Arrays;
@@ -50,7 +48,6 @@
5048
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/2139526
5149
@RetryOnFailure
5250
@LongUIAutomationTest
53-
@Ignore("Ignore until lab issue is resolved for Enable Policy API")
5451
public class TestCase2139526 extends AbstractMsalBrokerTest {
5552

5653
@Test

0 commit comments

Comments
 (0)