Merge pull request #900 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / System.Core / Test / System.Linq.Expressions / ExpressionTest_Quote.cs
index fedaa5f7ab9041bfb4510501a7dc223063b96bfe..80c6623fbe5ecc177c17a4f80d9286e64c2d08c8 100644 (file)
@@ -56,6 +56,7 @@ namespace MonoTests.System.Linq.Expressions
 #endif
 
                [Test]
+               [Category ("NotWorkingInterpreter")]
                public void CompiledQuote ()
                {
                        var quote42 = Expression.Lambda<Func<Expression<Func<int>>>> (
@@ -69,6 +70,7 @@ namespace MonoTests.System.Linq.Expressions
                }
 
                [Test]
+               [Category ("NotWorkingInterpreter")]
                public void ParameterInQuotedExpression () // #550722
                {
                        // Expression<Func<string, Expression<Func<string>>>> e = (string s) => () => s;