Skip to content

Commit 2a0401c

Browse files
committed
Temporarily ignore all tests in migration tenants
1 parent 69cd7e0 commit 2a0401c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/blackforest/TestCase1116115.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@
3838
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
3939
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;
4040

41+
import org.junit.Ignore;
4142
import org.junit.Test;
4243

4344
import java.util.Arrays;
4445

4546
// Interactive token acquisition with instance_aware=true, login hint present, and cloud account,
4647
// and WW organizations authority
4748
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116115
49+
@Ignore
4850
public class TestCase1116115 extends AbstractMsalUiTest {
4951

5052
@Test

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/usgov/fairfaxmigrated/TestCase1116093.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
3939
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;
4040

41+
import org.junit.Ignore;
4142
import org.junit.Test;
4243

4344
import java.util.Arrays;
@@ -46,6 +47,7 @@
4647
// Interactive token acquisition with instance_aware=true, login hint present, and federated account,
4748
// and WW common authority
4849
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116093
50+
@Ignore
4951
public class TestCase1116093 extends AbstractMsalUiTest {
5052

5153
@Test

0 commit comments

Comments
 (0)