Skip flaky test

This commit is contained in:
Nick Guerrera 2017-03-24 13:14:07 -07:00
parent 5e26d0f160
commit c3a6999392

View file

@ -287,7 +287,7 @@ namespace Microsoft.DotNet.Tests
result.Should().Fail();
}
[Fact]
[Fact(Skip = "https://github.com/dotnet/cli/issues/6144")]
public void WhenToolAssetsFileIsInUseThenCLIRetriesLaunchingTheCommandForAtLeastOneSecond()
{
var testInstance = TestAssets.Get("AppWithToolDependency")