Revert "Temporarily skip MvcSampleTests scenario to workaround System.Dynamic.Runtime issue"
This reverts commit b3c38bc573.
This commit is contained in:
parent
92f7ce1d31
commit
8ed522de64
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue