2009-05-24 Robert Jordan <robertj@gmx.net>
[mono.git] / mcs / class / System.Runtime.Remoting / Test / GenericTest.cs
index 6d8ed0e2b0abd9e2b89a801abf6ec755336d10f9..1afface21b4b3488fb403f015f7bcbf1f4cf3d38 100644 (file)
@@ -153,6 +153,11 @@ namespace MonoTests.Remoting
        [TestFixture]
        public class GenericTest
        {
+               // Under MS.NET, INested.Test<V>(V v) isn't supported over the
+               // xappdom channel anymore (as of .NET 3.5). The stacktrace
+               // looks like if INested.Test(int) is invoked in place of
+               // INested.Test<int>(int).
+               [Category("NotDotNet")]
                [Test]
                public void TestCrossAppDomainChannel ()
                {