From 8ed522de64bbe372e8b8a90a92887b36b6b4d6d2 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 10 Feb 2015 08:32:46 -0800 Subject: [PATCH] Revert "Temporarily skip MvcSampleTests scenario to workaround System.Dynamic.Runtime issue" This reverts commit b3c38bc573fadbef5ca1a67f949b0c2e5aab52f9. --- test/Microsoft.AspNet.Mvc.FunctionalTests/MvcSampleTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/MvcSampleTests.cs b/test/Microsoft.AspNet.Mvc.FunctionalTests/MvcSampleTests.cs index 74b172ccdb..5363b087c5 100644 --- a/test/Microsoft.AspNet.Mvc.FunctionalTests/MvcSampleTests.cs +++ b/test/Microsoft.AspNet.Mvc.FunctionalTests/MvcSampleTests.cs @@ -25,9 +25,7 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests [InlineData("")] // Shared/MyView.cshtml [InlineData("/")] // Shared/MyView.cshtml [InlineData("/Home/Index")] // Shared/MyView.cshtml -#if !ASPNETCORE50 [InlineData("/Home/Create")] // Home/Create.cshtml -#endif [InlineData("/Home/FlushPoint")] // Home/FlushPoint.cshtml [InlineData("/Home/InjectSample")] // Home/InjectSample.cshtml [InlineData("/Home/Language")] // Home/Language.cshtml