Skip test broken by lack of 30 SDK

This commit is contained in:
Ryan Brandenburg 2018-08-17 10:44:10 -07:00
parent 7a0967e5c6
commit 2d33543117
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ namespace Templates.Test
public void MvcTemplate_NoAuth_Works_NetCore_ForDefaultTemplate()
=> MvcTemplate_NoAuthImpl(null, languageOverride: default);
[Fact]
[Fact(Skip = "https://github.com/aspnet/Templating/issues/673")]
public void MvcTemplate_NoAuth_Works_NetCore_ForFSharpTemplate()
=> MvcTemplate_NoAuthImpl(null, languageOverride: "F#");