Re-enable mvc test (#2067)

This commit is contained in:
Nick Guerrera 2019-05-20 12:40:08 -07:00 committed by GitHub
parent 2e0fd57fa0
commit 611efa4b97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);