Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Nov 19, 2024
1 parent 1233b77 commit 03b445c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/pf/tests/provider_diff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ func TestEmptyTestresDiffWithOptionalComputed(t *testing.T) {
}

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

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

0 comments on commit 03b445c

Please sign in to comment.