Disabling the msbuild E2E test.
This commit is contained in:
parent
06bbaf7fb5
commit
89a6bdd197
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
|
||||||
{
|
{
|
||||||
public class GivenDotNetUsesMSBuild : TestBase
|
public class GivenDotNetUsesMSBuild : TestBase
|
||||||
{
|
{
|
||||||
[Fact]
|
[Fact(Skip="ResolveNuGetPackageAssets needs to be made case insensitive.")]
|
||||||
public void ItCanNewRestoreBuildRunMSBuildProject()
|
public void ItCanNewRestoreBuildRunMSBuildProject()
|
||||||
{
|
{
|
||||||
using (DisposableDirectory directory = Temp.CreateDirectory())
|
using (DisposableDirectory directory = Temp.CreateDirectory())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue