Skip to content

Commit

Permalink
test: disable failing buildpacks tests (#8812) (#8818)
Browse files Browse the repository at this point in the history
(cherry picked from commit 75c4495)

Co-authored-by: Renzo Rojas <renzor@google.com>
  • Loading branch information
plumpy and renzodavid9 authored May 25, 2023
1 parent ddbda16 commit 8b817ab
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 27 deletions.
15 changes: 8 additions & 7 deletions integration/debug_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ func TestDebug(t *testing.T) {
deployments: []string{"java"},
pods: []string{"nodejs", "npm" /*, "python3"*/, "go" /*, "netcore"*/},
},
{
description: "buildpacks",
dir: "testdata/debug",
args: []string{"--profile", "buildpacks"},
deployments: []string{"java"},
pods: []string{"nodejs", "npm" /*, "python3"*/, "go" /*, "netcore"*/},
},
// TODO(#8811): Enable this test when issue is solve.
// {
// description: "buildpacks",
// dir: "testdata/debug",
// args: []string{"--profile", "buildpacks"},
// deployments: []string{"java"},
// pods: []string{"nodejs", "npm" /*, "python3"*/, "go" /*, "netcore"*/},
// },
{
description: "helm",
dir: "examples/helm-deployment",
Expand Down
44 changes: 24 additions & 20 deletions integration/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,26 +121,30 @@ var tests = []struct {
dir: "examples/custom",
pods: []string{"getting-started-custom"},
},
{
description: "buildpacks Go",
dir: "examples/buildpacks",
deployments: []string{"web"},
},
{
description: "buildpacks NodeJS",
dir: "examples/buildpacks-node",
deployments: []string{"web"},
},
{
description: "buildpacks Python",
dir: "examples/buildpacks-python",
deployments: []string{"web"},
},
{
description: "buildpacks Java",
dir: "examples/buildpacks-java",
deployments: []string{"web"},
},
// TODO(#8811): Enable this test when issue is solve.
// {
// description: "buildpacks Go",
// dir: "examples/buildpacks",
// deployments: []string{"web"},
// },
// TODO(#8811): Enable this test when issue is solve.
// {
// description: "buildpacks NodeJS",
// dir: "examples/buildpacks-node",
// deployments: []string{"web"},
// },
// TODO(#8811): Enable this test when issue is solve.
// {
// description: "buildpacks Python",
// dir: "examples/buildpacks-python",
// deployments: []string{"web"},
// },
// TODO(#8811): Enable this test when issue is solve.
// {
// description: "buildpacks Java",
// dir: "examples/buildpacks-java",
// deployments: []string{"web"},
// },
{
description: "kustomize",
dir: "examples/getting-started-kustomize",
Expand Down

0 comments on commit 8b817ab

Please sign in to comment.