Skip to content

Commit

Permalink
Merge pull request #1218 from AzureAD/shahzaibj/remove-migration-tests
Browse files Browse the repository at this point in the history
Temporarily ignore all tests in migration tenants
  • Loading branch information
shahzaibj committed Nov 11, 2020
2 parents bae9601 + 2a0401c commit 9d7c6b2
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public LabUserQuery getLabUserQuery() {
}
}

@Ignore
public static class AzureUsGovCloudMigratedUser extends AcquireTokenAADTest {
@Override
public LabUserQuery getLabUserQuery() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;

// Interactive token acquisition with instance_aware=true, no login hint, and cloud account,
// and WW common authority
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116114
@Ignore
public class TestCase1116114 extends AbstractMsalUiTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;

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

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;
Expand All @@ -46,6 +47,7 @@
// Interactive token acquisition with instance_aware=true, login hint present, and federated account,
// and WW common authority
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116116
@Ignore
public class TestCase1116116 extends AbstractMsalUiTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;
import java.util.concurrent.CountDownLatch;

// Silent token acquisition with unexpired RT with USGov authority
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116117
@Ignore
public class TestCase1116117 extends AbstractMsalUiTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;
import java.util.concurrent.CountDownLatch;

// Interactive token acquisition with instance_aware=false and USGov authority
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116118
@Ignore
public class TestCase1116118 extends AbstractMsalUiTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;

// Broker authentication with PRT with USGov account
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116129
@Ignore
public class TestCase1116129 extends AbstractMsalBrokerTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;

// Brokered authentication without PRT with instance_aware=true, no login hint, and cloud account,
// and WW common authority
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116130
@Ignore
public class TestCase1116130 extends AbstractMsalBrokerTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;

// Interactive token acquisition with instance_aware=true and with custom claims request requiring
// device auth {"access_token":{"deviceid":{"essential":true}}}
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116132
@Ignore
public class TestCase1116132 extends AbstractMsalBrokerTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;

// Broker authentication with PRT with USGov account
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/938447
@Ignore
public class TestCase938447 extends AbstractMsalBrokerTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;

// Brokered authentication without PRT with instance_aware=true, no login hint, and cloud account,
// and WW common authority
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/940393
@Ignore
public class TestCase940393 extends AbstractMsalBrokerTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;

// Interactive token acquisition with instance_aware=true and with custom claims request requiring
// device auth {"access_token":{"deviceid":{"essential":true}}}
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/940421
@Ignore
public class TestCase940421 extends AbstractMsalBrokerTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;
import java.util.concurrent.CountDownLatch;

// Broker authentication with PRT with USGov account with instance_aware=true
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/948676
@Ignore
public class TestCase948676 extends AbstractMsalBrokerTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
// Interactive token acquisition with instance_aware=true, no login hint, and cloud account,
// and WW common authority
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116091
@Ignore
public class TestCase1116091 extends AbstractMsalUiTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;
Expand All @@ -46,6 +47,7 @@
// Interactive token acquisition with instance_aware=true, login hint present, and cloud account,
// and WW organizations authority
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116092
@Ignore
public class TestCase1116092 extends AbstractMsalUiTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

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

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;
import java.util.concurrent.CountDownLatch;

// Silent token acquisition with unexpired RT with USGov authority
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116094
@Ignore
public class TestCase1116094 extends AbstractMsalUiTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@
import com.microsoft.identity.internal.testutils.labutils.LabConstants;
import com.microsoft.identity.internal.testutils.labutils.LabUserQuery;

import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;
import java.util.concurrent.CountDownLatch;

// Interactive token acquisition with instance_aware=false and USGov authority
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1116095
@Ignore
public class TestCase1116095 extends AbstractMsalUiTest {

@Test
Expand Down

0 comments on commit 9d7c6b2

Please sign in to comment.