Turn off flakey test (#7468)

This commit is contained in:
Komal 2021-07-08 12:54:02 -07:00 committed by GitHub
parent caaad35ae3
commit 373ff9f878
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1430,7 +1430,7 @@ namespace Pulumi.Automation.Tests
}
}
[Fact]
[Fact(Skip = "Flakey test - https://github.com/pulumi/pulumi/issues/7467")]
public async Task WorkspaceStackSupportsCancel()
{
var workingDir = ResourcePath(Path.Combine("Data", "testproj"));