[System] Disable SocketTest.SendAsyncFile for now (#5447)
[mono.git] / 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);