Skip to content

Commit

Permalink
Merge #11678
Browse files Browse the repository at this point in the history
11678: Disable flaky TestResourceRefsGetResourceNode test r=justinvp a=justinvp



Co-authored-by: Justin Van Patten <jvp@justinvp.com>
  • Loading branch information
bors[bot] and justinvp committed Dec 19, 2022
2 parents 36b0c2f + 6c8aac2 commit ae9c3ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/integration_nodejs_test.go
Expand Up @@ -1277,6 +1277,8 @@ func TestUnsafeSnapshotManagerRetainsResourcesOnError(t *testing.T) {
// TestResourceRefsGetResourceNode tests that invoking the built-in 'pulumi:pulumi:getResource' function
// returns resource references for any resource reference in a resource's state.
func TestResourceRefsGetResourceNode(t *testing.T) {
t.Skip() // TODO[pulumi/pulumi#11677]

integration.ProgramTest(t, &integration.ProgramTestOptions{
Dir: filepath.Join("resource_refs_get_resource", "nodejs"),
Dependencies: []string{"@pulumi/pulumi"},
Expand Down

0 comments on commit ae9c3ae

Please sign in to comment.