Disabling intermittent test and fixing assets for windows only tests.
This commit is contained in:
parent
69ce37d1eb
commit
ec7c81ea84
5 changed files with 13 additions and 9 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue