Skip to content

Commit

Permalink
Merge pull request #237 from pulumi/friel/235
Browse files Browse the repository at this point in the history
chore: Suspend tests due to 235
  • Loading branch information
AaronFriel committed Jan 20, 2023
2 parents b070465 + 110dda5 commit 385434e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
)

func TestAccService(t *testing.T) {
t.Skip() // due to https://github.com/pulumi/pulumi-aiven/issues/235
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "service"),
Expand All @@ -20,6 +21,7 @@ func TestAccService(t *testing.T) {
}

func TestAccPgService(t *testing.T) {
t.Skip() // due to https://github.com/pulumi/pulumi-aiven/issues/235
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "pg-service"),
Expand Down

0 comments on commit 385434e

Please sign in to comment.