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
2 changes: 1 addition & 1 deletion tests/E2E Tests/TokenAcquirerTests/TokenAcquirer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ public async Task AcquireTokenWithMs10AtPop_ClientCredentialsAsync()
Assert.NotNull(result.AccessToken);
}

[Fact]
[Fact(Skip = "AAD westus3 test-slice mtlsauth endpoint currently returns token_type=Bearer instead of mtls_pop, which is a server-side issue on the test slice (not a Microsoft.Identity.Web or MSAL regression). Re-enable once the AAD test slice is fixed. Tracking: https://github.com/AzureAD/microsoft-identity-web/issues/3891")]
// [Fact]
public async Task AcquireTokenWithMtlsPop_WithBindingCertificate_ReturnsMtlsPopToken()
{
Expand Down
Loading