Skip flaky test
This commit is contained in:
parent
5e26d0f160
commit
c3a6999392
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ namespace Microsoft.DotNet.Tests
|
||||||
result.Should().Fail();
|
result.Should().Fail();
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip = "https://github.com/dotnet/cli/issues/6144")]
|
||||||
public void WhenToolAssetsFileIsInUseThenCLIRetriesLaunchingTheCommandForAtLeastOneSecond()
|
public void WhenToolAssetsFileIsInUseThenCLIRetriesLaunchingTheCommandForAtLeastOneSecond()
|
||||||
{
|
{
|
||||||
var testInstance = TestAssets.Get("AppWithToolDependency")
|
var testInstance = TestAssets.Get("AppWithToolDependency")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue