Skip to content

Commit a20d045

Browse files
authored
skip unreliable deployment stack tests (#5387)
1 parent 839578b commit a20d045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/azd/test/functional/deployment_stacks_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import (
2121
)
2222

2323
func Test_DeploymentStacks(t *testing.T) {
24+
t.Skip("Skipping tests as they become unreliable with error when trying to delete the deployment stack")
2425
t.Run("Subscription_Scope_Up_Down", func(t *testing.T) {
2526
t.Parallel()
2627
ctx, cancel := newTestContext(t)

0 commit comments

Comments
 (0)