-
Notifications
You must be signed in to change notification settings - Fork 560
update keyvault-flexvol image and default to enabled #3841
Conversation
c0b91ce
to
08c95cf
Compare
pkg/api/vlabs/validate_test.go
Outdated
@@ -284,7 +284,7 @@ func Test_OrchestratorProfile_Validate(t *testing.T) { | |||
|
|||
for testName, test := range tests { | |||
t.Run(testName, func(t *testing.T) { | |||
t.Parallel() | |||
//t.Parallel() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required? I tested this test case change and it seems to work consistently with t.Parallel() enabled.
Looks good to me save for that one review comment. @jackfrancis This would need to be merged before #3840 is merged. |
08c95cf
to
d45829c
Compare
/lgtm |
/lgtm pending E2E |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, ritazh, tariq1890 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #3841 +/- ##
==========================================
+ Coverage 55.65% 56.06% +0.41%
==========================================
Files 109 109
Lines 16207 16207
==========================================
+ Hits 9020 9087 +67
+ Misses 6400 6334 -66
+ Partials 787 786 -1 |
No description provided.