[System] Disable SocketTest.SendAsyncFile for now (#5447)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 25 Aug 2017 19:58:52 +0000 (21:58 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2017 19:58:52 +0000 (21:58 +0200)
It's one of the flaky tests that we have had for a very long time.

There's work in progress fixing it as part of
https://github.com/mono/mono/pull/5345 and https://bugzilla.xamarin.com/show_bug.cgi?id=43172
but I think we should disable it in the meantime for clean CI.

mcs/class/System/Test/System.Net.Sockets/SocketTest.cs

index 9a24b95e1b1642201544691b3af094e39acc17af..4bdfd61de26021346d79230e60b0068224c1cc4f 100755 (executable)
@@ -4551,6 +4551,7 @@ namespace MonoTests.System.Net.Sockets
 #if FEATURE_NO_BSD_SOCKETS
                [ExpectedException (typeof (PlatformNotSupportedException))]
 #endif
+               [Ignore ("https://bugzilla.xamarin.com/show_bug.cgi?id=43172")]
                public void SendAsyncFile ()
                {
                        Socket serverSocket = new Socket (AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);