We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9533be commit 2826f4bCopy full SHA for 2826f4b
pkg/pf/tests/provider_diff_test.go
@@ -129,8 +129,6 @@ func TestEmptyTestresDiffWithOptionalComputed(t *testing.T) {
129
130
func TestDiffWithSecrets(t *testing.T) {
131
t.Parallel()
132
- t.Skip("TODO: secrets")
133
-
134
server, err := newProviderServer(t, testprovider.RandomProvider())
135
require.NoError(t, err)
136
@@ -175,7 +173,6 @@ func TestDiffWithSecrets(t *testing.T) {
175
173
// See https://github.com/pulumi/pulumi-random/issues/258
176
174
func TestDiffVersionUpgrade(t *testing.T) {
177
178
179
180
181
testCase := `
0 commit comments