Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
Expand Down