Tag broken examples test as manual

This commit is contained in:
Jeff Grafton 2017-09-21 15:18:36 -07:00
parent 04b0468464
commit c4455eeac8

View File

@ -32,6 +32,7 @@ go_library(
go_test(
name = "go_default_xtest",
srcs = ["examples_test.go"],
tags = ["manual"], # this test is broken and examples in-tree is deprecated
deps = [
"//pkg/api:go_default_library",
"//pkg/api/testapi:go_default_library",