Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@xamarin.com>2014-01-14 19:09:46 +0400
committerSebastien Pouliot <sebastien@xamarin.com>2014-01-14 19:09:46 +0400
commitf83814bfbbed3457070865ddff0bc5f5b1b9aaec (patch)
tree6e2557fa655408c4326b981011486e2b6a99c16b /mcs
parent26f6ace91f47dc0cc9671c26d8ecce7be67b540b (diff)
[test] Disable a test for XI (only) as it does not support dynamic proxy code generation
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Web/WebOperationContextTest.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Web/WebOperationContextTest.cs b/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Web/WebOperationContextTest.cs
index 392a9cf54ec..a87a5fd32a4 100644
--- a/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Web/WebOperationContextTest.cs
+++ b/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Web/WebOperationContextTest.cs
@@ -45,7 +45,10 @@ namespace MonoTests.System.ServiceModel.Web
[TestFixture]
public class WebOperationContextTest
{
+// MonoTouch does not support dynamic proxy code generation.
+#if !MONOTOUCH
[Test]
+#endif
public void Current ()
{
#if !MOBILE