Skip to content

Commit 8b817ab

Browse files
plumpyrenzodavid9
andauthored
test: disable failing buildpacks tests (#8812) (#8818)
(cherry picked from commit 75c4495) Co-authored-by: Renzo Rojas <[email protected]>
1 parent ddbda16 commit 8b817ab

File tree

2 files changed

+32
-27
lines changed

2 files changed

+32
-27
lines changed

integration/debug_test.go

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,14 @@ func TestDebug(t *testing.T) {
5656
deployments: []string{"java"},
5757
pods: []string{"nodejs", "npm" /*, "python3"*/, "go" /*, "netcore"*/},
5858
},
59-
{
60-
description: "buildpacks",
61-
dir: "testdata/debug",
62-
args: []string{"--profile", "buildpacks"},
63-
deployments: []string{"java"},
64-
pods: []string{"nodejs", "npm" /*, "python3"*/, "go" /*, "netcore"*/},
65-
},
59+
// TODO(#8811): Enable this test when issue is solve.
60+
// {
61+
// description: "buildpacks",
62+
// dir: "testdata/debug",
63+
// args: []string{"--profile", "buildpacks"},
64+
// deployments: []string{"java"},
65+
// pods: []string{"nodejs", "npm" /*, "python3"*/, "go" /*, "netcore"*/},
66+
// },
6667
{
6768
description: "helm",
6869
dir: "examples/helm-deployment",

integration/run_test.go

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -121,26 +121,30 @@ var tests = []struct {
121121
dir: "examples/custom",
122122
pods: []string{"getting-started-custom"},
123123
},
124-
{
125-
description: "buildpacks Go",
126-
dir: "examples/buildpacks",
127-
deployments: []string{"web"},
128-
},
129-
{
130-
description: "buildpacks NodeJS",
131-
dir: "examples/buildpacks-node",
132-
deployments: []string{"web"},
133-
},
134-
{
135-
description: "buildpacks Python",
136-
dir: "examples/buildpacks-python",
137-
deployments: []string{"web"},
138-
},
139-
{
140-
description: "buildpacks Java",
141-
dir: "examples/buildpacks-java",
142-
deployments: []string{"web"},
143-
},
124+
// TODO(#8811): Enable this test when issue is solve.
125+
// {
126+
// description: "buildpacks Go",
127+
// dir: "examples/buildpacks",
128+
// deployments: []string{"web"},
129+
// },
130+
// TODO(#8811): Enable this test when issue is solve.
131+
// {
132+
// description: "buildpacks NodeJS",
133+
// dir: "examples/buildpacks-node",
134+
// deployments: []string{"web"},
135+
// },
136+
// TODO(#8811): Enable this test when issue is solve.
137+
// {
138+
// description: "buildpacks Python",
139+
// dir: "examples/buildpacks-python",
140+
// deployments: []string{"web"},
141+
// },
142+
// TODO(#8811): Enable this test when issue is solve.
143+
// {
144+
// description: "buildpacks Java",
145+
// dir: "examples/buildpacks-java",
146+
// deployments: []string{"web"},
147+
// },
144148
{
145149
description: "kustomize",
146150
dir: "examples/getting-started-kustomize",

0 commit comments

Comments
 (0)