Skip to content

Commit b1d19e0

Browse files
authored
Disable MTLS Pop tests (#5078)
Disable MTLS Pop tests
1 parent dbf2e07 commit b1d19e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/ClientCredentialsMtlsPopTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public void TestInitialize()
2424
TestCommon.ResetInternalStaticCaches();
2525
}
2626

27-
[TestMethod]
27+
//[TestMethod]
2828
public async Task Sni_Gets_Pop_Token_Successfully_TestAsync()
2929
{
3030
// Arrange: Use the public cloud settings for testing

0 commit comments

Comments
 (0)