Skipping a failing test. Already reached out to the templating team to investigate.
This commit is contained in:
parent
0351c2323a
commit
670d13b444
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace EndToEnd.Tests
|
|||
{
|
||||
public class GivenUnixPlatform : TestBase
|
||||
{
|
||||
[UnixOnlyTheory]
|
||||
[UnixOnlyTheory(Skip="https://github.com/dotnet/templating/issues/1979")]
|
||||
[InlineData("wpf")]
|
||||
[InlineData("winforms")]
|
||||
public void ItDoesNotIncludeWindowsOnlyProjectTemplates(string template)
|
||||
|
|
Loading…
Reference in a new issue