Merge pull request #6368 from mlorbetske/dev/mlorbe/TemporarilyDisableMvcAndWebApiCreationTests
Temporarily disable mvc & web api creation tests
This commit is contained in:
commit
78a138412f
1 changed files with 3 additions and 2 deletions
|
@ -21,8 +21,9 @@ namespace Microsoft.DotNet.New.Tests
|
|||
[InlineData("C#", "mstest", false)]
|
||||
[InlineData("C#", "xunit", false)]
|
||||
[InlineData("C#", "web", false)]
|
||||
[InlineData("C#", "mvc", false)]
|
||||
[InlineData("C#", "webapi", false)]
|
||||
// Uncomment the tests below in PR#6362
|
||||
//[InlineData("C#", "mvc", false)]
|
||||
//[InlineData("C#", "webapi", false)]
|
||||
// Uncomment the test below once https://github.com/dotnet/netcorecli-fsc/issues/92 is fixed.
|
||||
//[InlineData("F#", "console", false)]
|
||||
//[InlineData("F#", "classlib", false)]
|
||||
|
|
Loading…
Reference in a new issue