Disable ClientWebSocketTest.cs (for mobile) until the type itself is added to the...
authorSebastien Pouliot <sebastien@xamarin.com>
Wed, 23 Oct 2013 12:22:25 +0000 (08:22 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Wed, 23 Oct 2013 12:22:25 +0000 (08:22 -0400)
mcs/class/System/Test/System.Net.WebSockets/ClientWebSocketTest.cs

index dbd87cd44905c98801c6c923275ba3daa44df434..3666003a3fdee9c816b5891d6f38c610f29a1e05 100644 (file)
@@ -1,4 +1,4 @@
-#if NET_4_5
+#if NET_4_5 && !MOBILE
 using System;
 using System.Net;
 using System.Threading;