We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a802849 commit c03b097Copy full SHA for c03b097
pkg/pf/tests/provider_diff_test.go
@@ -127,8 +127,6 @@ func TestEmptyTestresDiffWithOptionalComputed(t *testing.T) {
127
128
func TestDiffWithSecrets(t *testing.T) {
129
t.Parallel()
130
- t.Skip("TODO: secrets")
131
-
132
server, err := newProviderServer(t, testprovider.RandomProvider())
133
require.NoError(t, err)
134
@@ -173,7 +171,6 @@ func TestDiffWithSecrets(t *testing.T) {
173
171
// See https://github.com/pulumi/pulumi-random/issues/258
174
172
func TestDiffVersionUpgrade(t *testing.T) {
175
176
177
178
179
testCase := `
0 commit comments