vendor updates

This commit is contained in:
Serguei Bezverkhi
2018-03-06 17:33:18 -05:00
parent 4b3ebc171b
commit e9033989a0
5854 changed files with 248382 additions and 119809 deletions

View File

@ -13,7 +13,6 @@ go_test(
"dynamic_client_test.go",
"main_test.go",
],
importpath = "k8s.io/kubernetes/test/integration/client",
tags = ["integration"],
deps = [
"//pkg/api/legacyscheme:go_default_library",

View File

@ -563,7 +563,7 @@ func TestSingleWatch(t *testing.T) {
func TestMultiWatch(t *testing.T) {
// Disable this test as long as it demonstrates a problem.
// TODO: Reenable this test when we get #6059 resolved.
// TODO: Re-enable this test when we get #6059 resolved.
t.Skip()
const watcherCount = 50