Skip to content
Merged
Changes from all 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 @@ -48,6 +48,7 @@
import com.microsoft.identity.labapi.utilities.exception.LabApiException;

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

import java.util.concurrent.TimeUnit;
Expand All @@ -59,6 +60,7 @@
@LongUIAutomationTest
public class TestCase833544 extends AbstractMsalBrokerTest {

@Ignore("Converted to manual test - ADO Test Case 3561310")
@Test
public void test_833544_NonJoined_FOCI_SSO() throws LabApiException {
// Recent build of authenticator seems to produce a notification popup on device, this blocks some ui we rely on to validate account presence. Disabling notifications will work.
Expand Down
Loading