Disabling intermittent test and fixing assets for windows only tests.

This commit is contained in:
Livar Cunha 2017-03-10 17:11:32 -08:00
parent 69ce37d1eb
commit ec7c81ea84
5 changed files with 13 additions and 9 deletions

View file

@ -317,7 +317,7 @@ namespace Microsoft.DotNet.Tests
stopWatch.ElapsedMilliseconds.Should().BeGreaterThan(1000, "Because dotnet should respect the NuGet lock");
}
[Fact]
[Fact(Skip="https://github.com/dotnet/cli/issues/6006")]
public void WhenToolAssetsFileIsLockedByNuGetThenCLIRetriesLaunchingTheCommandForAtLeastOneSecond()
{
var testInstance = TestAssets.Get("AppWithToolDependency")