Skip to content

Commit

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

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

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

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

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

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

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

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

0 comments on commit 52bf5ef

Please sign in to comment.