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