diff --git a/test/integration/master/master_test.go b/test/integration/master/master_test.go index c3a39f201c8..23bbadb3193 100644 --- a/test/integration/master/master_test.go +++ b/test/integration/master/master_test.go @@ -398,6 +398,7 @@ func TestMasterService(t *testing.T) { for i := range svcList.Items { if svcList.Items[i].Name == "kubernetes" { found = true + break } } if found {