From 5de0661c4f41276361b827ea44a622f309d23b55 Mon Sep 17 00:00:00 2001 From: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:50:02 -0800 Subject: [PATCH] Enable SNI + MTLS Pop Integration Tests (#5084) Update ClientCredentialsMtlsPopTests.cs --- .../HeadlessTests/ClientCredentialsMtlsPopTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/ClientCredentialsMtlsPopTests.cs b/tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/ClientCredentialsMtlsPopTests.cs index aeb02694da..55c924df51 100644 --- a/tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/ClientCredentialsMtlsPopTests.cs +++ b/tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/ClientCredentialsMtlsPopTests.cs @@ -24,7 +24,7 @@ public void TestInitialize() TestCommon.ResetInternalStaticCaches(); } - //[TestMethod] + [TestMethod] public async Task Sni_Gets_Pop_Token_Successfully_TestAsync() { // Arrange: Use the public cloud settings for testing