File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import (
18
18
)
19
19
20
20
func TestSecretBasic (t * testing.T ) {
21
+ t .Skip ("skipping until #2643" )
21
22
t .Parallel ()
22
23
provBuilder := providerbuilder .NewProvider (
23
24
providerbuilder.NewProviderArgs {
@@ -65,6 +66,7 @@ Resources:
65
66
}
66
67
67
68
func TestSecretSet (t * testing.T ) {
69
+ t .Skip ("skipping until #2643" )
68
70
t .Parallel ()
69
71
70
72
provBuilder := pb .NewProvider (pb.NewProviderArgs {
@@ -158,6 +160,7 @@ Resources:
158
160
}
159
161
160
162
func TestSecretObjectBlock (t * testing.T ) {
163
+ t .Skip ("skipping until #2643" )
161
164
t .Parallel ()
162
165
163
166
provBuilder := pb .NewProvider (pb.NewProviderArgs {
@@ -259,6 +262,7 @@ Resources:
259
262
}
260
263
261
264
func TestSecretPulumiSchema (t * testing.T ) {
265
+ t .Skip ("skipping until #2643" )
262
266
t .Parallel ()
263
267
264
268
provBuilder := pb .NewProvider (pb.NewProviderArgs {
You can’t perform that action at this time.
0 commit comments