Re-enable mvc test (#2067)
This commit is contained in:
parent
2e0fd57fa0
commit
611efa4b97
1 changed files with 1 additions and 2 deletions
|
@ -111,8 +111,7 @@ namespace EndToEnd.Tests
|
|||
[InlineData("mstest")]
|
||||
[InlineData("nunit")]
|
||||
[InlineData("web")]
|
||||
// Disable mvc template due to https://github.com/aspnet/AspNetCore/issues/10218
|
||||
// [InlineData("mvc")]
|
||||
[InlineData("mvc")]
|
||||
public void ItCanBuildTemplates(string templateName)
|
||||
{
|
||||
TestTemplateBuild(templateName);
|
||||
|
|
Loading…
Reference in a new issue