Disable tests that require templates that target .NET Core 2.1 (which aren't available yet)

This commit is contained in:
Daniel Plaisted 2017-08-18 18:07:57 -07:00
parent 60e5fabde2
commit 360e657884
6 changed files with 7 additions and 6 deletions

View file

@ -12,7 +12,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
{
public class GivenDotNetUsesMSBuild : TestBase
{
[Fact]
[Fact(Skip = "https://github.com/dotnet/cli/issues/7476")]
public void ItCanNewRestoreBuildRunCleanMSBuildProject()
{
using (DisposableDirectory directory = Temp.CreateDirectory())