Skip to content

Commit

Permalink
Revert "skp secrets tests"
Browse files Browse the repository at this point in the history
This reverts commit 52bf5ef.
  • Loading branch information
VenelinMartinov committed Nov 22, 2024
1 parent 1764bc7 commit f9dea9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/pf/tests/diff_secret_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
)

func TestSecretBasic(t *testing.T) {
t.Skip("skipping until #2643")
t.Parallel()
provBuilder := providerbuilder.NewProvider(
providerbuilder.NewProviderArgs{
Expand Down Expand Up @@ -66,7 +65,6 @@ Resources:
}

func TestSecretSet(t *testing.T) {
t.Skip("skipping until #2643")
t.Parallel()

provBuilder := pb.NewProvider(pb.NewProviderArgs{
Expand Down Expand Up @@ -160,7 +158,6 @@ Resources:
}

func TestSecretObjectBlock(t *testing.T) {
t.Skip("skipping until #2643")
t.Parallel()

provBuilder := pb.NewProvider(pb.NewProviderArgs{
Expand Down Expand Up @@ -262,7 +259,6 @@ Resources:
}

func TestSecretPulumiSchema(t *testing.T) {
t.Skip("skipping until #2643")
t.Parallel()

provBuilder := pb.NewProvider(pb.NewProviderArgs{
Expand Down

0 comments on commit f9dea9c

Please sign in to comment.