Skip to content

Commit 1884c3c

Browse files
Skip broken test (#805)
Related to #804
1 parent d7bbef2 commit 1884c3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/examples_nodejs_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ func TestAccOidcIam(t *testing.T) {
230230
}
231231

232232
func TestAccScopedKubeconfig(t *testing.T) {
233+
t.Skip("Currently fails with resource apps-0b02f85a/nginx-2eefdacd was not successfully created by the Kubernetes API server : pods \"nginx-2eefdacd\" is forbidden: User \"pulumi:alice\" cannot patch resource \"pods\" in API group \"\" in the namespace \"apps-0b02f85a\"")
233234
test := getJSBaseOptions(t).
234235
With(integration.ProgramTestOptions{
235236
Dir: path.Join(getCwd(t), "scoped-kubeconfigs"),

0 commit comments

Comments
 (0)