When trying to update to the newest coreclr with PR dotnet/corefx#12836 some System.Net.Security tests started hanging. They all call the same API which launches a task that is awaited and apparently it never resolves. Tests that are in this state are:
SslStream_AuthenticateAsClientAsync_Supported_Success
SslStream_AuthenticateAsClient_Supported_Success
SslStream_AuthenticateAsClientAsync_AllSupported_Success
SslStream_AuthenticateAsClientAsync_None_Success
SslStream_AuthenticateAsClientAsync_Default_Success
I will disable those tests for now to unblock the coreclr update which some folks depend on, but this issue is to track why did those started failing.
cc: @stephentoub @CIPop (people who have edited those tests)
When trying to update to the newest coreclr with PR dotnet/corefx#12836 some System.Net.Security tests started hanging. They all call the same API which launches a task that is awaited and apparently it never resolves. Tests that are in this state are:
I will disable those tests for now to unblock the coreclr update which some folks depend on, but this issue is to track why did those started failing.
cc: @stephentoub @CIPop (people who have edited those tests)