Skip to content

Commit

Permalink
Skip refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov committed Feb 19, 2020
1 parent 4bc1715 commit e82b6be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/dotnet/dotnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func TestDotnet_HelmLocal(t *testing.T) {
Dir: "helm-local",
Dependencies: []string{"Pulumi.Kubernetes"},
Quick: true,
SkipRefresh: true, // Deployment controller changes object out-of-band.
ExtraRuntimeValidation: func(t *testing.T, stackInfo integration.RuntimeValidationStackInfo) {
assert.NotNil(t, stackInfo.Deployment)
assert.Equal(t, 15, len(stackInfo.Deployment.Resources))
Expand Down

0 comments on commit e82b6be

Please sign in to comment.