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