Skip to content

Commit

Permalink
Revert "Revert "revert skipping secrets""
Browse files Browse the repository at this point in the history
This reverts commit 57ace9d.
  • Loading branch information
VenelinMartinov committed Nov 20, 2024
1 parent ccca89e commit 52e8be2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/pf/tests/provider_diff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ func TestEmptyTestresDiffWithOptionalComputed(t *testing.T) {

func TestDiffWithSecrets(t *testing.T) {
t.Parallel()
t.Skip("TODO: secrets")

server, err := newProviderServer(t, testprovider.RandomProvider())
require.NoError(t, err)

Expand Down Expand Up @@ -173,7 +171,6 @@ func TestDiffWithSecrets(t *testing.T) {
// See https://github.com/pulumi/pulumi-random/issues/258
func TestDiffVersionUpgrade(t *testing.T) {
t.Parallel()
t.Skip("TODO: secrets")
server, err := newProviderServer(t, testprovider.RandomProvider())
require.NoError(t, err)
testCase := `
Expand Down

0 comments on commit 52e8be2

Please sign in to comment.