Skip to content

Commit

Permalink
remove file and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkubala committed May 6, 2021
1 parent ba63777 commit 96a3cbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions examples/helm-deployment/render.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion integration/apply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestDiagnoseRenderApply(t *testing.T) {

func TestRenderApplyHelmDeployment(t *testing.T) {
testutil.Run(t, "DiagnoseRenderApply", func(t *testutil.T) {
MarkIntegrationTest(t.T, NeedsGcp)
// MarkIntegrationTest(t.T, NeedsGcp)
ns, client := SetupNamespace(t.T)

out := skaffold.Diagnose("--yaml-only").InDir("examples/helm-deployment").RunOrFailOutput(t.T)
Expand Down

0 comments on commit 96a3cbb

Please sign in to comment.