This test was failing when run on Fedora 23 (I've also seen this failure internally in Helix but on RHEL7 (but not in Jenkins!) which makes me suspect there's some infrastructure issue at play or test issue).
System.Net.Sockets.Tests.SocketOptionNameTest.MulticastInterface_Set_ValidIndex_Succeeds(interfaceIndex: 0) [FAIL]
System.Net.Sockets.SocketException : Connection timed out
Stack Trace:
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.Tests.SocketOptionNameTest.MulticastInterface_Set_ValidIndex_Succeeds(Int32 interfaceIndex)
The test is already base-lined on OSX, I'm skipping it on Fedora 23 as well.
This test was failing when run on Fedora 23 (I've also seen this failure internally in Helix but on RHEL7 (but not in Jenkins!) which makes me suspect there's some infrastructure issue at play or test issue).
The test is already base-lined on OSX, I'm skipping it on Fedora 23 as well.