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();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "https://github.com/dotnet/cli/issues/6144")]
|
||||
public void WhenToolAssetsFileIsInUseThenCLIRetriesLaunchingTheCommandForAtLeastOneSecond()
|
||||
{
|
||||
var testInstance = TestAssets.Get("AppWithToolDependency")
|
||||
|
|
Loading…
Add table
Reference in a new issue