Disable test for mvc template build due to aspnet/AspNetCore#10218

This commit is contained in:
Daniel Plaisted 2019-05-16 18:08:10 -07:00
parent 025119afcf
commit 1b0972cccd

View file

@ -111,7 +111,8 @@ namespace EndToEnd.Tests
[InlineData("mstest")]
[InlineData("nunit")]
[InlineData("web")]
[InlineData("mvc")]
// Disable mvc template due to https://github.com/aspnet/AspNetCore/issues/10218
// [InlineData("mvc")]
public void ItCanBuildTemplates(string templateName)
{
TestTemplateBuild(templateName);