@@ -121,26 +121,30 @@ var tests = []struct {
121
121
dir : "examples/custom" ,
122
122
pods : []string {"getting-started-custom" },
123
123
},
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
+ // },
144
148
{
145
149
description : "kustomize" ,
146
150
dir : "examples/getting-started-kustomize" ,
0 commit comments