Skip to content

Commit 373ff9f

Browse files
authored
Turn off flakey test (pulumi#7468)
1 parent caaad35 commit 373ff9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/dotnet/Pulumi.Automation.Tests/LocalWorkspaceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ static void AssertUpResult(UpResult upResult, string value)
14301430
}
14311431
}
14321432

1433-
[Fact]
1433+
[Fact(Skip = "Flakey test - https://github.com/pulumi/pulumi/issues/7467")]
14341434
public async Task WorkspaceStackSupportsCancel()
14351435
{
14361436
var workingDir = ResourcePath(Path.Combine("Data", "testproj"));

0 commit comments

Comments
 (0)