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 6cdb303 commit f90de3aCopy full SHA for f90de3a
pkg/pf/tests/provider_diff_test.go
@@ -127,6 +127,8 @@ 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
@@ -171,6 +173,7 @@ func TestDiffWithSecrets(t *testing.T) {
171
173
// See https://github.com/pulumi/pulumi-random/issues/258
172
174
func TestDiffVersionUpgrade(t *testing.T) {
175
176
177
178
179
testCase := `
0 commit comments