Temporarily skip MvcSampleTests scenario to workaround System.Dynamic.Runtime issue

This commit is contained in:
Pranav K 2015-02-09 15:19:14 -08:00
parent 6ef5518f8a
commit b3c38bc573
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@ 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