annotated the commented out test cases related to netstandard2.0

This commit is contained in:
seancpeters 2017-08-31 16:38:33 -07:00
parent ffdccdfc21
commit bb90633cad
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@ namespace Microsoft.DotNet.New.Tests
[Theory] [Theory]
[InlineData("console", "RuntimeFrameworkVersion", "microsoft.netcore.app")] [InlineData("console", "RuntimeFrameworkVersion", "microsoft.netcore.app")]
// issue with netstandard2.0 - formerly both test cases were skipped because of: https://github.com/dotnet/cli/issues/7476 // re-enable when this bug is resolved: https://github.com/dotnet/cli/pull/7554
//[InlineData("classlib", "NetStandardImplicitPackageVersion", "netstandard.library")] //[InlineData("classlib", "NetStandardImplicitPackageVersion", "netstandard.library")]
public void NewProjectRestoresCorrectPackageVersion(string type, string propertyName, string packageName) public void NewProjectRestoresCorrectPackageVersion(string type, string propertyName, string packageName)
{ {

View file

@ -27,7 +27,7 @@ namespace Microsoft.DotNet.New.Tests
[InlineData("C#", "react", false, true)] [InlineData("C#", "react", false, true)]
[InlineData("C#", "reactredux", false, true)] [InlineData("C#", "reactredux", false, true)]
[InlineData("F#", "console", false, false)] [InlineData("F#", "console", false, false)]
// issue with netstandard2.0 --- formerly was issue with: https://github.com/dotnet/cli/issues/7476 // re-enable when this bug is resolved: https://github.com/dotnet/cli/pull/7554
//[InlineData("F#", "classlib", false, false)] //[InlineData("F#", "classlib", false, false)]
[InlineData("F#", "mstest", false, false)] [InlineData("F#", "mstest", false, false)]
[InlineData("F#", "xunit", false, false)] [InlineData("F#", "xunit", false, false)]