Skip to content

Commit

Permalink
Fix test flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Hoban committed Nov 27, 2019
1 parent ff3dc5d commit 2fe9d0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/dotnet/dotnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ func TestDotnet_Basic(t *testing.T) {
Dir: "basic",
Dependencies: []string{"Pulumi.Kubernetes"},
Quick: true,
// The CRD sometimes, but not always, has changes during refresh.
ExpectRefreshChanges: true,
})
}

Expand Down

0 comments on commit 2fe9d0f

Please sign in to comment.