Disable tests that require templates that target .NET Core 2.1 (which aren't available yet)
This commit is contained in:
parent
60e5fabde2
commit
360e657884
6 changed files with 7 additions and 6 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue