Skip to content

Commit bb697ff

Browse files
committed
Disable failing test
1 parent e118812 commit bb697ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msal4j-sdk/src/integrationtest/java/com.microsoft.aad.msal4j/AuthorizationCodeIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void acquireTokenWithAuthorizationCode_B2C_Local() {
5151
assertAcquireTokenB2C(user);
5252
}
5353

54-
@Test
54+
// @Test Disabled, the browser automation suddenly started failing without underlying code changes and needs investigation: https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/1010
5555
public void acquireTokenWithAuthorizationCode_CiamCud() throws Exception {
5656
String authorityCud = "https://login.msidlabsciam.com/fe362aec-5d43-45d1-b730-9755e60dc3b9/v2.0/";
5757

0 commit comments

Comments
 (0)