Skip to content

Commit e3d4474

Browse files
4gustchlowell
andauthored
Update apps/managedidentity/managedidentity_test.go
Co-authored-by: Charles Lowell <[email protected]>
1 parent 4a356a9 commit e3d4474

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

apps/managedidentity/managedidentity_test.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -187,18 +187,6 @@ func TestAzureArcReturnsWhenHimdsFound(t *testing.T) {
187187
t.Skip("Skipping test on macOS as HIMDS is not supported")
188188
}
189189

190-
testCases := []struct {
191-
name string
192-
source Source
193-
endpoint string
194-
expectedSource Source
195-
miType ID
196-
}{
197-
{name: "testAzureArcSystemAssigned", source: AzureArc, endpoint: "imdsDefaultEndpoint", expectedSource: AzureArc, miType: SystemAssigned()},
198-
}
199-
200-
for _, testCase := range testCases {
201-
t.Run(string(testCase.source), func(t *testing.T) {
202190
unsetEnvVars(t)
203191

204192
// Get system dependent mock file path

0 commit comments

Comments
 (0)