Skip to content

Commit

Permalink
Reduce test resource counts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Lakshmanan committed May 12, 2021
1 parent 6b6707d commit d75eb54
Show file tree
Hide file tree
Showing 12 changed files with 319 additions and 4,583 deletions.
4 changes: 2 additions & 2 deletions tests/sdk/dotnet/dotnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ func TestDotnet_HelmAllowCRDRendering(t *testing.T) {
test := baseOptions.With(integration.ProgramTestOptions{
Dir: filepath.Join("helm-skip-crd-rendering", "step1"),
Quick: true,
SkipRefresh: true, // Istio custom resources may exhibit refresh changes.
SkipRefresh: true,
ExtraRuntimeValidation: func(t *testing.T, stackInfo integration.RuntimeValidationStackInfo) {
assert.NotNil(t, stackInfo.Deployment)
assert.Equal(t, 28, len(stackInfo.Deployment.Resources))
assert.Equal(t, 8, len(stackInfo.Deployment.Resources))
},
})
integration.ProgramTest(t, &test)
Expand Down
Loading

0 comments on commit d75eb54

Please sign in to comment.