Open
Description
These tests were disabled when we moved the external Azure test endpoint to Azure App Service:
https://github.com/dotnet/corefx/blob/master/src/System.Net.WebSockets.Client/tests/CloseTest.cs
- CloseAsync_ServerInitiatedClose_Success
- CloseOutputAsync_ServerInitiated_CanSend
Azure App Service (unlike VMs or Cloud Service) uses a reverse proxy on the front-end which causes some problems with our testing of WebSocket client close scenarios with server initiated close frames.
These tests can be re-enabled once they are moved to a loopback based WebSocket server.