File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import (
1818)
1919
2020func TestSecretBasic (t * testing.T ) {
21+ t .Skip ("skipping until #2643" )
2122 t .Parallel ()
2223 provBuilder := providerbuilder .NewProvider (
2324 providerbuilder.NewProviderArgs {
@@ -65,6 +66,7 @@ Resources:
6566}
6667
6768func TestSecretSet (t * testing.T ) {
69+ t .Skip ("skipping until #2643" )
6870 t .Parallel ()
6971
7072 provBuilder := pb .NewProvider (pb.NewProviderArgs {
@@ -158,6 +160,7 @@ Resources:
158160}
159161
160162func TestSecretObjectBlock (t * testing.T ) {
163+ t .Skip ("skipping until #2643" )
161164 t .Parallel ()
162165
163166 provBuilder := pb .NewProvider (pb.NewProviderArgs {
@@ -259,6 +262,7 @@ Resources:
259262}
260263
261264func TestSecretPulumiSchema (t * testing.T ) {
265+ t .Skip ("skipping until #2643" )
262266 t .Parallel ()
263267
264268 provBuilder := pb .NewProvider (pb.NewProviderArgs {
You can’t perform that action at this time.
0 commit comments