Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed May 14, 2020
1 parent f2783c0 commit ecdd82d
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/integration/go/go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ func TestGo_Basic(t *testing.T) {
func TestGo_YAML(t *testing.T) {
integration.ProgramTest(t, &integration.ProgramTestOptions{
Dir: "yaml",
Dependencies: []string{
"github.com/pulumi/pulumi-kubernetes/sdk/v2",
},
// TODO: uncomment and delete go.mod/go.sum once apiextensions.CustomResource is available in a tagged release.
//Dependencies: []string{
// "github.com/pulumi/pulumi-kubernetes/sdk/v2",
//},
Quick: true,
})
}
Expand Down
10 changes: 10 additions & 0 deletions tests/integration/go/yaml/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/pulumi/pulumi-kubernetes/tests/integration/go/yaml

go 1.14

require (
github.com/pulumi/pulumi-kubernetes/sdk/v2 v2.0.0
github.com/pulumi/pulumi/sdk/v2 v2.2.2-0.20200514204320-e677c7d6dca3
)

replace github.com/pulumi/pulumi-kubernetes/sdk/v2 => ../github.com/pulumi/pulumi-kubernetes/sdk
Loading

0 comments on commit ecdd82d

Please sign in to comment.