Skip to content

Commit

Permalink
[system.net] disable some tests to unblock XI integration
Browse files Browse the repository at this point in the history
regression tracked here: xamarin/xamarin-macios#3827
  • Loading branch information
lewurm authored and monojenkins committed Apr 12, 2018
1 parent 99a9926 commit eee8ff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3457,6 +3457,7 @@ public void WriteTimeout ()
#if FEATURE_NO_BSD_SOCKETS
[ExpectedException (typeof (PlatformNotSupportedException))]
#endif
[Category ("MobileNotWorking")] // https://github.com/xamarin/xamarin-macios/issues/3827
// Bug6737
// This test is supposed to fail prior to .NET 4.0
public void Post_EmptyRequestStream ()
Expand Down
1 change: 1 addition & 0 deletions mcs/class/System/Test/System.Net/HttpWebResponseTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,7 @@ public void WriteTimeout ()

[Test]
[Category ("StaticLinkedAotNotWorking")] // Native MPH loading issues
[Category ("MobileNotWorking")] // https://github.com/xamarin/xamarin-macios/issues/3827
#if FEATURE_NO_BSD_SOCKETS
[ExpectedException (typeof (PlatformNotSupportedException))]
#endif
Expand Down
1 change: 1 addition & 0 deletions mcs/class/System/Test/System.Net/WebClientTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1685,6 +1685,7 @@ public void UploadValues4_Data_Null ()
// We throw a PlatformNotSupportedException deeper, which is caught and re-thrown as WebException
[ExpectedException (typeof (WebException))]
#endif
[Category ("MobileNotWorking")] // https://github.com/xamarin/xamarin-macios/issues/3827
[Category ("InetAccess")]
public void GetWebRequestOverriding ()
{
Expand Down

0 comments on commit eee8ff7

Please sign in to comment.